aboutsummaryrefslogtreecommitdiffstats
path: root/bin/www-browser
diff options
context:
space:
mode:
Diffstat (limited to 'bin/www-browser')
-rwxr-xr-xbin/www-browser2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/www-browser b/bin/www-browser
index 8af1c36..4eb6e51 100755
--- a/bin/www-browser
+++ b/bin/www-browser
@@ -12,7 +12,7 @@
#
# If we got any argument, we can call xdg-open, if we havenĀ“t already done it
#
-if [ -n "$@" -a -z "$THROUGHXDG" ]; then
+if [ -n "$*" -a -z "$THROUGHXDG" ]; then
# Lock against bug #29599
export THROUGHXDG=1
exec xdg-open "$@"