From 528cd68dee73d7bc7a925da8bfb69bd9d111947d Mon Sep 17 00:00:00 2001 From: rillig Date: Wed, 7 Mar 2007 16:32:45 +0000 Subject: Fixed a GNU awk warning about quoting. --- mk/plist/plist.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk') diff --git a/mk/plist/plist.mk b/mk/plist/plist.mk index d1c3b060070..0f4b76c2cb8 100644 --- a/mk/plist/plist.mk +++ b/mk/plist/plist.mk @@ -1,4 +1,4 @@ -# $NetBSD: plist.mk,v 1.19 2007/02/20 09:22:14 uebayasi Exp $ +# $NetBSD: plist.mk,v 1.20 2007/03/07 16:32:45 rillig Exp $ # # This Makefile fragment handles the creation of PLISTs for use by # pkg_create(8). @@ -245,5 +245,5 @@ ${PLIST}: INFO_FILES_cmd= \ ${CAT} ${PLIST} | \ ${SETENV} ${_PLIST_AWK_ENV} ${AWK} ${_PLIST_INFO_AWK} | \ - ${AWK} '($$0 !~ "-[0-9]*(\.gz)?$$") { print }' + ${AWK} '($$0 !~ "-[0-9]*(\\.gz)?$$") { print }' .endif -- cgit v1.2.3