summaryrefslogtreecommitdiff
path: root/pkgtools/pkgdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-07-21 16:34:10 +0000
committerwiz <wiz@pkgsrc.org>2002-07-21 16:34:10 +0000
commitf2329debeb8253b06ca95805c56a550a423f6b8f (patch)
treec959f398193a17de87f46b391287728013a473ab /pkgtools/pkgdiff
parent51a8adfaa248e1e5b4ddbe49db444d29e3de62c3 (diff)
downloadpkgsrc-f2329debeb8253b06ca95805c56a550a423f6b8f.tar.gz
Add \n in an error message. Doesn't warrant version bump.
Diffstat (limited to 'pkgtools/pkgdiff')
-rwxr-xr-xpkgtools/pkgdiff/files/mkpatches.pl4
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++;
}