From 7d47646844a00b42d6887caee9a6d09406f60502 Mon Sep 17 00:00:00 2001 From: Jon Clausen Date: Tue, 31 Jul 2018 15:57:30 +0200 Subject: don't pass the option flags to the worker scripts --- create-boot-floppy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'create-boot-floppy') 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 ;; *) -- cgit v1.1