diff options
-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 bd4c05905605..0dc22cb83196 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 seamonkey netscape; do + for i in chrome seamonkey firefox; do browser=`which $i` if [ ! -z "$browser" ]; then run_mozilla "$browser" "$1" |