diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-23 11:28:56 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-23 11:28:56 +0000 |
commit | e70332e4f60e1498d5fe8dca7a8a4a40b3ecf9bb (patch) | |
tree | d8f0e695afc56d724a60d60171e0da1ca352bd88 /shell/source/unix | |
parent | 53972a765929424162b95233207d5203093ed664 (diff) |
INTEGRATION: CWS obr04 (1.3.166); FILE MERGED
2006/12/20 15:03:25 obr 1.3.166.1: #i72544# patch applied
Diffstat (limited to 'shell/source/unix')
-rw-r--r-- | shell/source/unix/misc/gnome-open-url.sh | 2 |
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 |