summaryrefslogtreecommitdiff
path: root/bsc
diff options
context:
space:
mode:
Diffstat (limited to 'bsc')
-rwxr-xr-xbsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsc b/bsc
index 1259cde..5ae3272 100755
--- a/bsc
+++ b/bsc
@@ -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