summaryrefslogtreecommitdiff
path: root/www/ns-remote
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2005-07-06 19:16:15 +0000
committerabs <abs@pkgsrc.org>2005-07-06 19:16:15 +0000
commit51cc9846e7187d051e451326dd0e713838bf6377 (patch)
tree8d8dafc3bd0469edaaddf88367c9de63bfb605c4 /www/ns-remote
parent9d951e01a0c245a7c84e71118259b10730ab81e5 (diff)
downloadpkgsrc-51cc9846e7187d051e451326dd0e713838bf6377.tar.gz
checkin the right version for the v1.11 bump
Diffstat (limited to 'www/ns-remote')
-rwxr-xr-xwww/ns-remote/files/ns-open4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ns-remote/files/ns-open b/www/ns-remote/files/ns-open
index 667d8c16d75..7abb8c849a1 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.14 2005/07/06 19:13:24 abs Exp $
+# $NetBSD: ns-open,v 1.15 2005/07/06 19:16:15 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
@@ -61,7 +61,7 @@ do
START_NEW_NETSCAPE=1
;;
*)
- URL=`echo $a | sed -e 's/"/%22/g' -e 's/\`/%60/g -e 's/,/%2c/'`
+ URL=`echo $a | sed -e 's/"/%22/g' -e 's/\`/%60/g' -e 's/,/%2c/g'`
break;
;;
esac