removed extra quotes - fixes the iso/cramfs build
[bootcd.git] / 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"