diff options
author | abs <abs@pkgsrc.org> | 2005-07-06 19:16:15 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2005-07-06 19:16:15 +0000 |
commit | 8dae0d395a539b718cb4b31f24faf8f32186234e (patch) | |
tree | 8d8dafc3bd0469edaaddf88367c9de63bfb605c4 | |
parent | 83ec8238e28a08ed3ed0a46f4b168291055e7277 (diff) | |
download | pkgsrc-8dae0d395a539b718cb4b31f24faf8f32186234e.tar.gz |
checkin the right version for the v1.11 bump
-rwxr-xr-x | www/ns-remote/files/ns-open | 4 |
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 |