This commit is contained in:
Ben Gras 2005-08-11 15:14:02 +00:00
parent cd4b66dd3f
commit fc72c188bd

View file

@ -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