removed extra quotes - fixes the iso/cramfs build
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 15 Jan 2008 16:00:41 +0000 (16:00 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 15 Jan 2008 16:00:41 +0000 (16:00 +0000)
build.sh

index 1ee3864..a1f1cce 100755 (executable)
--- 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"