From fc72c188bdf74ca20aa14c89a22c2907e794b7b3 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Thu, 11 Aug 2005 15:14:02 +0000 Subject: [PATCH] microfix --- tools/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.0