summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 b1464068df0..495c9cca4db 100644
--- a/pkgtools/pkglint/files/pkglint.pl
+++ b/pkgtools/pkglint/files/pkglint.pl
@@ -1,5 +1,5 @@
#! @PERL@
-# $NetBSD: pkglint.pl,v 1.690 2007/01/02 23:01:24 rillig Exp $
+# $NetBSD: pkglint.pl,v 1.691 2007/01/03 20:48:41 rillig Exp $
#
# pkglint - static analyzer and checker for pkgsrc packages
@@ -6980,7 +6980,7 @@ sub checkfile_patch($) {
$check_text->($line->text);
if ($line->text =~ qr"\r$") {
$line->log_error("The hunk header must not end with a CR character.");
- $line->explain_warning(
+ $line->explain_error(
"The MacOS X patch utility cannot handle these.");
}
$hunks++;