diff options
author | rillig <rillig@pkgsrc.org> | 2006-04-12 21:35:02 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-04-12 21:35:02 +0000 |
commit | 1c43c9af475d8044c440b1c369a0228d04e583cc (patch) | |
tree | 98ed9f2993460ea24d39c6693c4d150aa027e7ee /pkgtools | |
parent | 72c22887da5b5e993fe2c5e24862a63b9f8fc61a (diff) | |
download | pkgsrc-1c43c9af475d8044c440b1c369a0228d04e583cc.tar.gz |
Removed an extra ".
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/files/pkglint.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkglint/files/pkglint.pl b/pkgtools/pkglint/files/pkglint.pl index 55d246946a3..d655c119811 100644 --- a/pkgtools/pkglint/files/pkglint.pl +++ b/pkgtools/pkglint/files/pkglint.pl @@ -1,5 +1,5 @@ #! @PERL@ -# $NetBSD: pkglint.pl,v 1.554 2006/04/12 20:28:03 rillig Exp $ +# $NetBSD: pkglint.pl,v 1.555 2006/04/12 21:35:02 rillig Exp $ # # pkglint - static analyzer and checker for pkgsrc packages @@ -3052,7 +3052,7 @@ sub checkline_mk_vartype_basic($$$$$$$) { } elsif ($type eq "DistSuffix") { if ($value eq ".tar.gz") { - $line->log_note("\"${varname} is \".tar.gz\" by default, so this definition may be redundant."); + $line->log_note("${varname} is \".tar.gz\" by default, so this definition may be redundant."); } } elsif ($type eq "Filename") { |