summaryrefslogtreecommitdiff
path: root/www/netscape/files/netscape
diff options
context:
space:
mode:
Diffstat (limited to 'www/netscape/files/netscape')
-rw-r--r--www/netscape/files/netscape5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/netscape/files/netscape b/www/netscape/files/netscape
index 3f495dea32c..e9ac18813c1 100644
--- a/www/netscape/files/netscape
+++ b/www/netscape/files/netscape
@@ -1,9 +1,10 @@
#!/bin/sh
-# $NetBSD: netscape,v 1.1 2002/09/20 17:00:41 abs Exp $
+# $NetBSD: netscape,v 1.2 2006/09/29 22:12:51 abs Exp $
# Simple script used if NS_MOZILLA is set when netscape installed
if [ -z "$NETSCAPE_PREFERRED" ]; then
- export NETSCAPE_PREFERRED=@NETSCAPE_PREFERRED@
+ NETSCAPE_PREFERRED=@NETSCAPE_PREFERRED@
+ export NETSCAPE_PREFERRED
fi
exec ns-open "$@"