diff options
author | Justin Patrin <papercrane@gmail.com> | 2005-08-13 06:57:53 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-13 06:57:53 +0000 |
commit | 4dd4a258f7414b4b883d34e964700f55b46a3103 (patch) | |
tree | bc31a27f3b5d0e5ed316b5dd8d8ff9c6c6e1e38e /packages | |
parent | c8c264c88b374728b04cffc3bd66a5cdb05c60ff (diff) |
Also remove extra $ causing syntax errors
Diffstat (limited to 'packages')
-rw-r--r-- | packages/altboot/files/altboot.func | 2 |
1 files changed, 1 insertions, 1 deletions
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!" |