From: Ben Gras Date: Thu, 11 Aug 2005 15:14:02 +0000 (+0000) Subject: microfix X-Git-Tag: v3.1.0~366 X-Git-Url: http://zhaoyanbai.com/repos/icons/apache_pb.png?a=commitdiff_plain;h=fc72c188bdf74ca20aa14c89a22c2907e794b7b3;p=minix.git microfix --- diff --git a/tools/release.sh b/tools/release.sh index 3c5833149..70561b4d7 100755 --- a/tools/release.sh +++ b/tools/release.sh @@ -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