diff options
Diffstat (limited to 'www/ns-remote/files/ns-open')
-rwxr-xr-x | www/ns-remote/files/ns-open | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/ns-remote/files/ns-open b/www/ns-remote/files/ns-open index 7abb8c849a1..de6b3c2a581 100755 --- a/www/ns-remote/files/ns-open +++ b/www/ns-remote/files/ns-open @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: ns-open,v 1.15 2005/07/06 19:16:15 abs Exp $ +# $NetBSD: ns-open,v 1.16 2007/03/21 12:36:17 abs Exp $ # # Simple script to open a URL in Netscape, starting a new process if necessary # If a netscape process is not running it will look for a valid netscape @@ -35,7 +35,6 @@ for prog in $NETSCAPE_PREFERRED ; do done IFS="$oldIFS" -RAISE=-noraise # Check if there are any '-' options which would not be understood by ns-remote # Slightly involved to avoid changing $@ in case we need it for real netscape # |