summaryrefslogtreecommitdiff
path: root/pkgtools/pkgdiff/files/mkpatches.pl
diff options
context:
space:
mode:
authorwiz <wiz>2002-07-21 16:34:10 +0000
committerwiz <wiz>2002-07-21 16:34:10 +0000
commit8d4bde7d53c5286f65e43217415b67b93b140348 (patch)
treec959f398193a17de87f46b391287728013a473ab /pkgtools/pkgdiff/files/mkpatches.pl
parentebf60f0390736e03280e3248d952c4549db1e308 (diff)
downloadpkgsrc-8d4bde7d53c5286f65e43217415b67b93b140348.tar.gz
Add \n in an error message. Doesn't warrant version bump.
Diffstat (limited to 'pkgtools/pkgdiff/files/mkpatches.pl')
-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++;
}