Fix a '[test: command not found' error on wesnoth-optipng:38.

Ivanovic, please check the change doesn't change the intended behavior.
This commit is contained in:
Ignacio R. Morelle 2009-07-02 12:24:24 +00:00
parent 066856038a
commit e04bef763c

View file

@ -35,7 +35,7 @@ total_original_size=0
total_savings_size=0
total_savings_filecount=0
if [test -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