diff --git a/redo-everything-from-scratch b/redo-everything-from-scratch index 249384d..18d8ee5 100755 --- a/redo-everything-from-scratch +++ b/redo-everything-from-scratch @@ -98,7 +98,7 @@ do fi echo -n ", making" - make -j install >> ../$name.log 2>&1 + make install >> ../$name.log 2>&1 if [ $? -ne 0 ]; then echo -e $FAIL