From f6c626ddc78dc55002453c3f27fe615bd24872f9 Mon Sep 17 00:00:00 2001 From: rillig Date: Thu, 9 Nov 2006 23:59:35 +0000 Subject: Variable names don't need to be quoted. --- pkgtools/pkglint/files/pkglint.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgtools/pkglint/files/pkglint.pl b/pkgtools/pkglint/files/pkglint.pl index 616dbf7a49b..9767fe067bc 100644 --- a/pkgtools/pkglint/files/pkglint.pl +++ b/pkgtools/pkglint/files/pkglint.pl @@ -1,5 +1,5 @@ #! @PERL@ -# $NetBSD: pkglint.pl,v 1.684 2006/10/30 22:27:07 rillig Exp $ +# $NetBSD: pkglint.pl,v 1.685 2006/11/09 23:59:35 rillig Exp $ # # pkglint - static analyzer and checker for pkgsrc packages @@ -3149,10 +3149,10 @@ sub variable_needs_quoting($$$) { Filemask FileMode Filename Identifier Option - Pathmask Pathname PkgName PkgRevision + Pathmask Pathname PkgName PkgOptionsVar PkgRevision RelativePkgDir RelativePkgPath URL UserGroupName - Version + Varname Version WrkdirSubdirectory )); -- cgit v1.2.3