Add \n in an error message. Doesn't warrant version bump.

This commit is contained in:
wiz 2002-07-21 16:34:10 +00:00
parent 51a8adfaa2
commit f2329debeb

View file

@ -1,6 +1,6 @@
#!@PREFIX@/bin/perl
#
# $NetBSD: mkpatches.pl,v 1.6 2001/09/14 22:40:57 wiz Exp $
# $NetBSD: mkpatches.pl,v 1.7 2002/07/21 16:34:10 wiz Exp $
#
# mkpatches: creates a set of patches patch-aa, patch-ab, ...
# in work/.newpatches by looking for *.orig files in and below
@ -102,7 +102,7 @@ foreach (sort <handle>) {
system("pkgdiff $old $new > $patchdir/$patchfile");
}
} else {
print ("$new doesn't exist, though $old does");
print ("$new doesn't exist, though $old does\n");
}
$l++;
}