On Mar 23, 2:23pm, [EMAIL PROTECTED] (Reuben Thomas) wrote: -- Subject: file: Fix for -e, which is broken in 4.20
| It turns out that although the feature has been added to allow the various | built-in tests to be turned off, it's broken in 4.20 (I don't think it can | be made to work, and trying to use it can make file segfault). | | I attach a patch against file.c from 4.20 to fix the command-line parsing. | It does two things: first, it adds "e:" to the short options string; | secondly, it changes the argument flag of the long option 'exclude' from 0 | to 1 (because --exclude takes an argument). Thanks! I fixed it already... christos -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

