From e70332e4f60e1498d5fe8dca7a8a4a40b3ecf9bb Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Tue, 23 Jan 2007 11:28:56 +0000 Subject: INTEGRATION: CWS obr04 (1.3.166); FILE MERGED 2006/12/20 15:03:25 obr 1.3.166.1: #i72544# patch applied --- shell/source/unix/misc/gnome-open-url.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/source/unix') 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 -- cgit