Hello. I just discovered a slight flaw in an if test in the patch I
submitted. The test is just for internal consistency, so it's almost
not worth to mention, but here's a simple patch against SVN trunk:
Index: checks/files
===================================================================
--- checks/files (revision 1264)
+++ checks/files (working copy)
@@ -884,7 +884,7 @@
}
close(IN);
-fail("mismatching contents of index files") if <NUMERIC>;
+fail("mismatching contents of index files") if defined <NUMERIC>;
close(NUMERIC);
#check for sect: games but nothing in /usr/games. Check for any binary to
(A superfluous "0" at end of file won't trigger the original test.)
Sorry for this inconvenience.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]