diff --git a/install.sh b/install.sh index ac0bfc72f..89735944b 100755 --- a/install.sh +++ b/install.sh @@ -315,6 +315,7 @@ if [ ! -f "configure" -o "$QUICK" == "no" ]; then fi NPROC=1 +SYSTEM=$(uname -s) if [ "$PARALLEL" == "yes" ]; then if [ "$SYSTEM" == "Linux" ]; then NPROC=$(lscpu | grep '^CPU(s):' | cut -f2- -d' ')