X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=validate;h=d57a0955e651399218e410a059e488f51e0f8af2;hb=b5a73581d0c03b9d44a77706b5973d74074aa6c1;hp=b364f575851f3921b7c4495c0840de588495c29d;hpb=028d076605ade76f738fab91fdf3da3baa976c30;p=ghc-hetmet.git diff --git a/validate b/validate index b364f57..d57a095 100644 --- a/validate +++ b/validate @@ -48,7 +48,7 @@ done if [ "$CPUS" = "" ]; then threads=2 else - threads=$((($CPUS + 1) * 2)) # `expr $CPUS + 1` + threads=$(($CPUS + 1)) # `expr $CPUS + 1` fi if [ $testsuite_only -eq 0 ]; then