From: Thomas Veerman Date: Mon, 15 Mar 2010 10:42:51 +0000 (+0000) Subject: Fix bug item #405: missing # in front of comment X-Git-Tag: v3.1.7~236 X-Git-Url: http://zhaoyanbai.com/repos/Bv9ARM.ch11.html?a=commitdiff_plain;h=1749530ec1a4a220f7ce42968ae937711fe3a6c7;p=minix.git Fix bug item #405: missing # in front of comment --- diff --git a/tools/mkboot b/tools/mkboot index f7daa9434..1f46e6fb1 100755 --- a/tools/mkboot +++ b/tools/mkboot @@ -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