diff options
author | wiz <wiz> | 2002-07-21 16:34:10 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-07-21 16:34:10 +0000 |
commit | 8bd342f82c87509f92ae8dd532f8034e17907140 (patch) | |
tree | c959f398193a17de87f46b391287728013a473ab /pkgtools/pkgdiff | |
parent | 289c0f299912fe8da20acc14e31bbce1aa9cbeb2 (diff) | |
download | pkgsrc-8bd342f82c87509f92ae8dd532f8034e17907140.tar.gz |
Add \n in an error message. Doesn't warrant version bump.
Diffstat (limited to 'pkgtools/pkgdiff')
-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++; } |