diff options
-rwxr-xr-x | pkgtools/pkgdiff/files/mkpatches.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkgdiff/files/mkpatches.pl b/pkgtools/pkgdiff/files/mkpatches.pl index 107b7314799..d56025c863f 100755 --- a/pkgtools/pkgdiff/files/mkpatches.pl +++ b/pkgtools/pkgdiff/files/mkpatches.pl @@ -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++; } |