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:
parent
066856038a
commit
e04bef763c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue