summaryrefslogtreecommitdiff
path: root/create-boot-floppy
diff options
context:
space:
mode:
Diffstat (limited to 'create-boot-floppy')
-rwxr-xr-xcreate-boot-floppy2
1 files changed, 1 insertions, 1 deletions
diff --git a/create-boot-floppy b/create-boot-floppy
index a6f0a43..5c32862 100755
--- a/create-boot-floppy
+++ b/create-boot-floppy
@@ -104,7 +104,7 @@ function parse_commadline {
shift
;;
--inst-cmdline)
- InstCmdLineOpt="--inst-cmdline $(echo ${2} | sed -e 's/;/ /g')"
+ InstCmdLineOpt="$(echo ${2} | sed -e 's/;/ /g')"
shift
;;
*)