diff options
Diffstat (limited to 'adapt-ks-template')
-rwxr-xr-x | adapt-ks-template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adapt-ks-template b/adapt-ks-template index 5dcbee7..d5c356b 100755 --- a/adapt-ks-template +++ b/adapt-ks-template @@ -113,7 +113,7 @@ function parse_commadline { shift ;; --krnl-cmdline) - KrnlCmdLineOpt="--krnl-cmdline $(echo ${2} | sed -e 's/;/ /g')" + KrnlCmdLineOpt="$(echo ${2} | sed -e 's/;/ /g')" shift ;; *) |