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 5ae3272..562eb53 100755
--- a/bsc
+++ b/bsc
@@ -21,5 +21,5 @@ esac done
PROFILES=$(grep 'Path=' ~/.moonchild\ productions/basilisk/profiles.ini | cut -d'.' -f2)
CHOSEN=$(echo "$PROFILES" | dmenu -l 15 -p "basilisk" ${ARG:+"$ARG"})
[ -z "$CHOSEN" ] && exit 2
-exec basilisk -P "$CHOSEN" "$URL"
+exec basilisk -P "$CHOSEN" ${URL:+"$URL"}
#}}}