From: Thierry Parmentelat Date: Tue, 15 Jan 2008 16:00:41 +0000 (+0000) Subject: removed extra quotes - fixes the iso/cramfs build X-Git-Tag: bootcd-3.4-3~5 X-Git-Url: http://git.onelab.eu/?p=bootcd.git;a=commitdiff_plain;h=d8062b929a9e31857acd91bfefb915bffb5a2a83 removed extra quotes - fixes the iso/cramfs build --- diff --git a/build.sh b/build.sh index 1ee3864..a1f1cce 100755 --- a/build.sh +++ b/build.sh @@ -527,7 +527,7 @@ EOF cp ${BUILDTMP}/cramfs.img $tmp mkisofs -o "$iso" \ - "$MKISOFS_OPTS" \ + $MKISOFS_OPTS \ $tmp rm -fr "$tmp"