13 lines
500 B
Text
13 lines
500 B
Text
$NetBSD: patch-ec,v 1.1 2008/10/20 23:03:25 hira Exp $
|
|
|
|
--- shell/source/unix/misc/open-url.sh.orig 2008-10-21 07:41:00.000000000 +0900
|
|
+++ shell/source/unix/misc/open-url.sh 2008-10-21 07:41:22.000000000 +0900
|
|
@@ -69,7 +69,7 @@
|
|
exit 0
|
|
else
|
|
# mozilla derivates may need -remote semantics
|
|
- for i in firefox mozilla netscape; do
|
|
+ for i in @MOZ_FLAVOUR@ firefox mozilla netscape; do
|
|
browser=`which $i`
|
|
if [ ! -z "$browser" ]; then
|
|
run_mozilla "$browser" "$1"
|