diff options
author | rillig <rillig@pkgsrc.org> | 2006-11-09 23:59:35 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-11-09 23:59:35 +0000 |
commit | cd832065ea119b7d2daa39736d63d177bf86e8f9 (patch) | |
tree | 12e76d25ef662e61360d05effe2a31b6d013cacb /pkgtools | |
parent | bb4e6a91dc800535efc2ffca90ebedc6e6fdb160 (diff) | |
download | pkgsrc-cd832065ea119b7d2daa39736d63d177bf86e8f9.tar.gz |
Variable names don't need to be quoted.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/files/pkglint.pl | 6 |
1 files 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 )); |