summaryrefslogtreecommitdiff
path: root/pkgtools/pkgdiff/files/mkpatches.pl
diff options
context:
space:
mode:
Diffstat (limited to 'pkgtools/pkgdiff/files/mkpatches.pl')
-rwxr-xr-xpkgtools/pkgdiff/files/mkpatches.pl5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgtools/pkgdiff/files/mkpatches.pl b/pkgtools/pkgdiff/files/mkpatches.pl
index d56025c863f..400ccf2491e 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.7 2002/07/21 16:34:10 wiz Exp $
+# $NetBSD: mkpatches.pl,v 1.8 2002/11/04 23:07:37 wiz Exp $
#
# mkpatches: creates a set of patches patch-aa, patch-ab, ...
# in work/.newpatches by looking for *.orig files in and below
@@ -93,8 +93,7 @@ foreach (sort <handle>) {
}
$diff=`pkgdiff $old $new`;
if ( $? ) {
- print "$old\n$diff\n";
- exit 1;
+ print "$old: $diff";
}
if ( "$diff" eq "" ) {
print ("$new and $old don't differ\n");