summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorwiz <wiz>2000-01-02 03:40:21 +0000
committerwiz <wiz>2000-01-02 03:40:21 +0000
commitabaa7a005e51132dc267ddefd423a7de7d9d99d9 (patch)
tree929e158a62f752ef6679512d4f94d74f75dd2f91 /pkgtools
parent42856204d3c5127bdf5e28ccf0c3130ad73222e0 (diff)
downloadpkgsrc-abaa7a005e51132dc267ddefd423a7de7d9d99d9.tar.gz
space added in warning message, doesn't warrant version number bumping
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/files/pkglint.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkglint/files/pkglint.pl b/pkgtools/pkglint/files/pkglint.pl
index 00a2a6e924e..8fa7223be55 100644
--- a/pkgtools/pkglint/files/pkglint.pl
+++ b/pkgtools/pkglint/files/pkglint.pl
@@ -12,7 +12,7 @@
# Freely redistributable. Absolutely no warranty.
#
# From Id: portlint.pl,v 1.64 1998/02/28 02:34:05 itojun Exp
-# $NetBSD: pkglint.pl,v 1.20 1999/12/29 01:51:17 wiz Exp $
+# $NetBSD: pkglint.pl,v 1.21 2000/01/02 03:40:21 wiz Exp $
#
# This version contains some changes necessary for NetBSD packages
# done by Hubert Feyrer <hubertf@netbsd.org> and
@@ -274,7 +274,7 @@ sub checkdescr {
}
if ($tmp =~ /[\033\200-\377]/) {
&perror("WARN: pkg/DESCR includes iso-8859-1, or ".
- "other local characters. $file should be".
+ "other local characters. $file should be ".
"plain ascii file.");
}
close(IN);