summaryrefslogtreecommitdiff
path: root/create-boot-floppy
diff options
context:
space:
mode:
authorJon Clausen <jac@nordu.net>2018-07-31 15:57:30 +0200
committerJon Clausen <jac@nordu.net>2018-07-31 15:57:30 +0200
commit7d47646844a00b42d6887caee9a6d09406f60502 (patch)
tree7b12d2e69edb62c8477d9dcadf726f036df8d2ab /create-boot-floppy
parenta055b0bb2824b95017c6a4eb5fa75e76f29bce99 (diff)
don't pass the option flags to the worker scripts
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
;;
*)