pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/bulk shut up a warning from gawk.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/478bb951ac68
branches:  trunk
changeset: 467371:478bb951ac68
user:      grant <grant%pkgsrc.org@localhost>
date:      Fri Jan 30 11:10:47 2004 +0000

description:
shut up a warning from gawk.

diffstat:

 mk/bulk/tflat |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e2385458f2e0 -r 478bb951ac68 mk/bulk/tflat
--- a/mk/bulk/tflat     Fri Jan 30 10:59:14 2004 +0000
+++ b/mk/bulk/tflat     Fri Jan 30 11:10:47 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: tflat,v 1.11 2003/09/02 07:00:06 jlam Exp $
+# $NetBSD: tflat,v 1.12 2004/01/30 11:10:47 grant Exp $
 #
 # Copyright (c) 2001 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -145,7 +145,7 @@
 # we'll distinguish things like gnome from gnome-libs
 #
 function reg2str(reg){
-       gsub(/\+/,"\\\+",reg);
+       gsub(/\+/,"\\+",reg);
        reg = " "reg" ";
        return(reg);
 }



Home | Main Index | Thread Index | Old Index