From: Justin Patrin Date: Sat, 13 Aug 2005 06:41:45 +0000 (+0000) Subject: Remove extra spaces around "=" causing shell script syntax errors X-Git-Tag: Release-2010-05/1~9453^2~3908 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db714350cce5928ea601419bb79381d4907d03e6;p=openembedded.git Remove extra spaces around "=" causing shell script syntax errors --- diff --git a/packages/altboot/files/altboot.func b/packages/altboot/files/altboot.func index 3a6c743f0d..17cba10741 100644 --- a/packages/altboot/files/altboot.func +++ b/packages/altboot/files/altboot.func @@ -149,7 +149,7 @@ pivot_image() { # Busybox's "mount" doesn't seem to like "-o loop" for some reason # It works on collie and b0rks on poodle. if [ "$IMAGE_TYPE" = "" ]; then - $IMAGE_TYPE = "auto" + $IMAGE_TYPE="auto" fi mount -t $IMAGE_TYPE /dev/loop0 /media/image || die "mount /dev/loop0 /media/image failed!"