From db714350cce5928ea601419bb79381d4907d03e6 Mon Sep 17 00:00:00 2001 From: Justin Patrin Date: Sat, 13 Aug 2005 06:41:45 +0000 Subject: Remove extra spaces around "=" causing shell script syntax errors --- packages/altboot/files/altboot.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages') 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!" -- cgit v1.2.3