summaryrefslogtreecommitdiff
path: root/www/netscape
diff options
context:
space:
mode:
Diffstat (limited to 'www/netscape')
-rw-r--r--www/netscape/files/netscape_mozilla4
-rw-r--r--www/netscape/files/netscape_navigator4
2 files changed, 4 insertions, 4 deletions
diff --git a/www/netscape/files/netscape_mozilla b/www/netscape/files/netscape_mozilla
index ff087ca1e1d..5d8ce18a066 100644
--- a/www/netscape/files/netscape_mozilla
+++ b/www/netscape/files/netscape_mozilla
@@ -1,9 +1,9 @@
#!/bin/sh
-# $NetBSD: netscape_mozilla,v 1.1 2001/07/27 14:26:18 abs Exp $
+# $NetBSD: netscape_mozilla,v 1.2 2002/03/11 10:18:25 abs Exp $
# Simple script used if NS_MOZILLA is set when netscape installed
if [ -z "$NETSCAPE_PREFERRED" ]; then
NETSCAPE_PREFERRED=mozilla:navigator:communicator
fi
-exec ns-open $@
+exec ns-open "$@"
diff --git a/www/netscape/files/netscape_navigator b/www/netscape/files/netscape_navigator
index e4ea581b4ab..a3eef5d7a87 100644
--- a/www/netscape/files/netscape_navigator
+++ b/www/netscape/files/netscape_navigator
@@ -1,9 +1,9 @@
#!/bin/sh
-# $NetBSD: netscape_navigator,v 1.2 2001/07/27 14:26:18 abs Exp $
+# $NetBSD: netscape_navigator,v 1.3 2002/03/11 10:18:25 abs Exp $
# Simple script used if NS_NAVIGATOR is set when netscape installed
if [ -z "$NETSCAPE_PREFERRED" ]; then
NETSCAPE_PREFERRED=navigator:communicator:mozilla
fi
-exec ns-open $@
+exec ns-open "$@"