pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ns-remote/files checkin the right version for the ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e54a46e500c2
branches:  trunk
changeset: 496628:e54a46e500c2
user:      abs <abs%pkgsrc.org@localhost>
date:      Wed Jul 06 19:16:15 2005 +0000

description:
checkin the right version for the v1.11 bump

diffstat:

 www/ns-remote/files/ns-open |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 4ca1d65fe0d4 -r e54a46e500c2 www/ns-remote/files/ns-open
--- a/www/ns-remote/files/ns-open       Wed Jul 06 19:13:24 2005 +0000
+++ b/www/ns-remote/files/ns-open       Wed Jul 06 19:16:15 2005 +0000
@@ -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 @@
            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



Home | Main Index | Thread Index | Old Index