mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-28 23:17:19 +00:00
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
@ -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…
x
Reference in New Issue
Block a user