From: Ben Gras Date: Wed, 21 Jul 2010 14:23:52 +0000 (+0000) Subject: mkboot fix, missing " X-Git-Tag: v3.1.8~166 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=122a32b928257fffffe0ed2623457051e07355a1;p=minix.git mkboot fix, missing " --- diff --git a/tools/mkboot b/tools/mkboot index 74b85a54d..547422df1 100755 --- a/tools/mkboot +++ b/tools/mkboot @@ -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.$$