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