]> Zhao Yanbai Git Server - minix.git/commitdiff
mkboot fix, missing "
authorBen Gras <ben@minix3.org>
Wed, 21 Jul 2010 14:23:52 +0000 (14:23 +0000)
committerBen Gras <ben@minix3.org>
Wed, 21 Jul 2010 14:23:52 +0000 (14:23 +0000)
tools/mkboot

index 74b85a54db320e6624c3dda642a8117fe26fe715..547422df1bd498eb20615354229a1350de26aae4 100755 (executable)
@@ -58,7 +58,7 @@ hdboot)
                    "exec mv $rootdir/boot/image /M"
                install -d $rootdir/boot/image
                su root -c \
-                   "exec mv $rootdir/M $rootdir/boot/image/`uname -r`
+                   "exec mv $rootdir/M $rootdir/boot/image/`uname -r`"
        fi
 
        sh tell_config OS_RELEASE . OS_VERSION >/tmp/mkb.$$