diff options
author | rillig <rillig@pkgsrc.org> | 2007-11-07 16:47:27 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-11-07 16:47:27 +0000 |
commit | 299c46b883cbfd06ce8de075f4aa269b8a2d1ff9 (patch) | |
tree | cbbb8e68f357c99fdf33612f6d0ebd35b1cfb78f /pkgtools/pkglint | |
parent | 23d42df84fccc69dbe442f3c4485e9ff46a40845 (diff) | |
download | pkgsrc-299c46b883cbfd06ce8de075f4aa269b8a2d1ff9.tar.gz |
Filemasks and Pathmasks may very well contain special characters, so the
:Q operator should not be removed from them.
Diffstat (limited to 'pkgtools/pkglint')
-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 8c01dccbde0..d05e9691deb 100644 --- a/pkgtools/pkglint/files/pkglint.pl +++ b/pkgtools/pkglint/files/pkglint.pl @@ -1,5 +1,5 @@ #! @PERL@ -# $NetBSD: pkglint.pl,v 1.732 2007/11/07 16:42:56 rillig Exp $ +# $NetBSD: pkglint.pl,v 1.733 2007/11/07 16:47:27 rillig Exp $ # # pkglint - static analyzer and checker for pkgsrc packages @@ -3254,10 +3254,10 @@ sub variable_needs_quoting($$$) { use constant safe_types => array_to_hash(qw( DistSuffix - Filemask FileMode Filename + FileMode Filename Identifier Option - Pathmask Pathname PkgName PkgOptionsVar PkgRevision + Pathname PkgName PkgOptionsVar PkgRevision RelativePkgDir RelativePkgPath URL UserGroupName Varname Version |