summaryrefslogtreecommitdiff
path: root/fdc
diff options
context:
space:
mode:
Diffstat (limited to 'fdc')
-rwxr-xr-xfdc2
1 files changed, 1 insertions, 1 deletions
diff --git a/fdc b/fdc
index 6d63ba5..8fc3bd0 100755
--- a/fdc
+++ b/fdc
@@ -21,5 +21,5 @@ esac done
PROFILES=$(grep 'Path=' ~/.firedragon/profiles.ini | cut -d'.' -f2)
CHOSEN=$(echo "$PROFILES" | dmenu ${ARG:+"$ARG"} -p "firedragon")
[ -z "$CHOSEN" ] && exit 2
-exec firedragon -P "$CHOSEN" "$URL"
+exec firedragon -P "$CHOSEN" ${URL:+"$URL"}
#}}}