[Secure-testing-commits] r13131 - bin
Jakub Wilk
jwilk-guest at alioth.debian.org
Wed Oct 28 22:55:17 UTC 2009
Author: jwilk-guest
Date: 2009-10-28 22:55:17 +0000 (Wed, 28 Oct 2009)
New Revision: 13131
Modified:
bin/embedded-cleanup
Log:
embedded-cleanup: end errors/warnings list with a newline.
Modified: bin/embedded-cleanup
===================================================================
--- bin/embedded-cleanup 2009-10-28 22:43:14 UTC (rev 13130)
+++ bin/embedded-cleanup 2009-10-28 22:55:17 UTC (rev 13131)
@@ -163,6 +163,7 @@
print STDERR join("\n", @errors);
print STDERR "\nWarnings\n" if @warnings;
print STDERR join("\n", @warnings);
+print STDERR "\n" if @errors or @warnings;
PSCRIPT
More information about the Secure-testing-commits
mailing list