diff options
Diffstat (limited to 'mbc')
-rwxr-xr-x | mbc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ printhelp () { #{{{ getopts while getopts "hd:u:" o; do case "${o}" in - d) ARG="$OPTARG" ;; + d) ARG=${ARG:+"$ARG "}"$OPTARG" ;; u) URL="$OPTARG" ;; *) printhelp ;; esac done |