]> Zhao Yanbai Git Server - minix.git/commitdiff
Fix bug item #405: missing # in front of comment
authorThomas Veerman <thomas@minix3.org>
Mon, 15 Mar 2010 10:42:51 +0000 (10:42 +0000)
committerThomas Veerman <thomas@minix3.org>
Mon, 15 Mar 2010 10:42:51 +0000 (10:42 +0000)
tools/mkboot

index f7daa9434c4950a7f815279d5cdd42f361253099..1f46e6fb194fa9a9a55297037155f973bb1c958b 100755 (executable)
@@ -53,7 +53,7 @@ hdboot)
        # Install a new image on the root device.
        if [ ! -d $rootdir/boot/image ]
        then
-                /boot/image is not yet a directory!  Fix it.
+               # /boot/image is not yet a directory!  Fix it.
                su root -c \
                    "exec mv $rootdir/boot/image /M"
                install -d $rootdir/boot/image