fixed script so that the test really works...

This commit is contained in:
Nils Kneuper 2009-07-03 19:12:06 +00:00
parent 0316eccc3c
commit 26c90f8527

View file

@ -35,7 +35,7 @@ total_original_size=0
total_savings_size=0
total_savings_filecount=0
if [ -e "/proc/cpuinfo"] && [`grep processor /proc/cpuinfo | wc -l` -gt 1]; then
if [ -e "/proc/cpuinfo" ] && [ `grep processor /proc/cpuinfo | wc -l` -gt 1 ]; then
max_number_threads=`grep processor /proc/cpuinfo | wc -l`
fi