summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorFrancois Tigeot <ftigeot@wolfpond.org>2011-07-04 21:58:56 +0200
committerFrancois Tigeot <ftigeot@wolfpond.org>2011-07-04 21:58:56 +0200
commit3820b6b0b998e8a0a16d8390da4813614ee23538 (patch)
treecaaba1f3c40f5f3c7c80a55ae896b08ad93c3c23 /shell
parent11ef1fb0cccccf33ce43b21277b4d73a17fb80a4 (diff)
Update the hardcoded list of browsers
Diffstat (limited to 'shell')
-rwxr-xr-xshell/source/unix/misc/open-url.sh2
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"