Fix some syntax errors

This commit is contained in:
Matthew Bowra-Dean
2011-01-05 13:36:10 +13:00
parent 0d038f00ba
commit 3aff455fba
5 changed files with 6 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ fi
VERSION=$1
rootdir=`readlink -f $2`
PACKAGE_SIZE=`du --apparent-size -c $rootdir/usr | grep "total" | awk '{print $1}'`
if [ $4 -eq "x64" ]
if [ $4 = "x64" ]
then
ARCH=amd64
else