Author: adsb
Date: 2009-06-17 18:02:26 +0000 (Wed, 17 Jun 2009)
New Revision: 1914
Modified:
trunk/scripts/debdiff.pl
Log:
Properly fix the diffstat code; don't assume that a non-zero exit status means
failure
Modified: trunk/scripts/debdiff.pl
===================================================================
--- trunk/scripts/debdiff.pl 2009-06-17 14:52:53 UTC (rev 1913)
+++ trunk/scripts/debdiff.pl 2009-06-17 18:02:26 UTC (rev 1914)
@@ -587,9 +587,6 @@
if ($have_diffstat and $show_diffstat) {
print "diffstat for $sdir1 $sdir2\n\n";
system("diffstat $filename");
- if ($? != 0) {
- fatal "Failed to diffstat $filename!";
- }
print "\n";
}
--
To unsubscribe, send mail to [email protected].