From: Justin Patrin Date: Sat, 13 Aug 2005 06:57:53 +0000 (+0000) Subject: Also remove extra $ causing syntax errors X-Git-Tag: Release-2010-05/1~9453^2~3906 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dd4a258f7414b4b883d34e964700f55b46a3103;p=openembedded.git Also remove extra $ causing syntax errors --- diff --git a/packages/altboot/files/altboot.func b/packages/altboot/files/altboot.func index 17cba10741..642587b630 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!"