diff options
author | Francois Tigeot <ftigeot@wolfpond.org> | 2011-07-04 21:58:56 +0200 |
---|---|---|
committer | Francois Tigeot <ftigeot@wolfpond.org> | 2011-07-04 21:58:56 +0200 |
commit | 3820b6b0b998e8a0a16d8390da4813614ee23538 (patch) | |
tree | caaba1f3c40f5f3c7c80a55ae896b08ad93c3c23 /shell | |
parent | 11ef1fb0cccccf33ce43b21277b4d73a17fb80a4 (diff) |
Update the hardcoded list of browsers
Diffstat (limited to 'shell')
-rwxr-xr-x | shell/source/unix/misc/open-url.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/unix/misc/open-url.sh b/shell/source/unix/misc/open-url.sh index 449af5915ce8..bd4c05905605 100755 --- a/shell/source/unix/misc/open-url.sh +++ b/shell/source/unix/misc/open-url.sh @@ -80,7 +80,7 @@ else exit 0 fi # mozilla derivates may need -remote semantics - for i in firefox mozilla netscape; do + for i in firefox seamonkey netscape; do browser=`which $i` if [ ! -z "$browser" ]; then run_mozilla "$browser" "$1" |