From 122a32b928257fffffe0ed2623457051e07355a1 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Wed, 21 Jul 2010 14:23:52 +0000 Subject: [PATCH] mkboot fix, missing " --- tools/mkboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.$$ -- 2.44.0