summaryrefslogtreecommitdiff
path: root/qbc
diff options
context:
space:
mode:
Diffstat (limited to 'qbc')
-rwxr-xr-xqbc2
1 files changed, 1 insertions, 1 deletions
diff --git a/qbc b/qbc
index dfe688d..20b409f 100755
--- a/qbc
+++ b/qbc
@@ -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