]> Zhao Yanbai Git Server - minix.git/commitdiff
microfix
authorBen Gras <ben@minix3.org>
Thu, 11 Aug 2005 15:14:02 +0000 (15:14 +0000)
committerBen Gras <ben@minix3.org>
Thu, 11 Aug 2005 15:14:02 +0000 (15:14 +0000)
tools/release.sh

index 3c5833149d3b6b89b3f5860af8e640d8d5ab4c11..70561b4d707f53cb677b01ff1c8772a769ba616a 100755 (executable)
@@ -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