microfix
This commit is contained in:
parent
cd4b66dd3f
commit
fc72c188bd
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ BS=4096
|
|||
rootmb=2
|
||||
rootkb=`expr $rootmb \* 1024`
|
||||
rootbytes=`expr $rootkb \* 1024`
|
||||
if [ `wc -c $RAM | awk '{ print $1 }'` -ne $rootbytes ]
|
||||
if [ "`wc -c $RAM | awk '{ print $1 }'`" -ne $rootbytes ]
|
||||
then echo "$RAM should be exactly ${rootkb}k."
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue