summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shell/source/unix/misc/gnome-open-url.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/unix/misc/gnome-open-url.sh b/shell/source/unix/misc/gnome-open-url.sh
index 3b97246c0cfb..026f68bd22e9 100644
--- a/shell/source/unix/misc/gnome-open-url.sh
+++ b/shell/source/unix/misc/gnome-open-url.sh
@@ -50,6 +50,6 @@ case `uname -s` in
esac
# use gnome-open utility coming with libgnome if available
-gnome-open $1 2>/dev/null || "$0.bin" $1
+gnome-open "$1" 2>/dev/null || "$0.bin" $1
exit 0