summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-08-02 19:51:45 +0000
committerwiz <wiz@pkgsrc.org>2003-08-02 19:51:45 +0000
commit35cdf1cc65b53dd0a97c526be6eb584d446c2b3b (patch)
treef1806805bc0a5405f54285572f9e832bb6f93975 /pkgtools
parent75ffb0f31d17e4754293df7f008d842f7a366f94 (diff)
downloadpkgsrc-35cdf1cc65b53dd0a97c526be6eb584d446c2b3b.tar.gz
Add a space in an error message.
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 9775e16934c..02e46a869ed 100644
--- a/pkgtools/pkglint/files/pkglint.pl
+++ b/pkgtools/pkglint/files/pkglint.pl
@@ -11,7 +11,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.91 2003/07/31 15:13:22 seb Exp $
+# $NetBSD: pkglint.pl,v 1.92 2003/08/02 19:51:45 wiz Exp $
#
# This version contains lots of changes necessary for NetBSD packages
# done by Hubert Feyrer <hubertf@netbsd.org>,
@@ -1009,7 +1009,7 @@ EOF
}
}
} elsif ($tmp !~ /\nDYNAMIC_MASTER_SITES[+?]?=/) {
- &perror("WARN: no MASTER_SITES or DYNAMIC_MASTER_SITES found.".
+ &perror("WARN: no MASTER_SITES or DYNAMIC_MASTER_SITES found. ".
"Is this ok?");
}