The following commit has been merged in the master branch:
commit b479b9e4a324554ea3697f5aa47df1bfc1ed453c
Author: Russ Allbery <[email protected]>
Date:   Mon Apr 27 11:16:56 2009 -0700

    Add missing semicolon for star tar error fix

diff --git a/checks/cruft b/checks/cruft
index 97aea5e..7f891b5 100644
--- a/checks/cruft
+++ b/checks/cruft
@@ -157,7 +157,7 @@ for my $file (keys %ERRORS) {
             # the tar "exiting with failure status" message, since it comes
             # after some other error.
             next if /^Record size =/;
-            next if /^Skipping to next header/
+            next if /^Skipping to next header/;
             next if /^gpg: /;
             next if /^secmem usage: /;
             next if /^Exiting with failure status due to previous errors/;

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to