X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=validate;h=d57a0955e651399218e410a059e488f51e0f8af2;hp=b364f575851f3921b7c4495c0840de588495c29d;hb=0292156b69dbbf7ee2b494ba26ca1b7f28182ab6;hpb=028d076605ade76f738fab91fdf3da3baa976c30 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