On Tue, Mar 31, 2009 at 02:33:26PM -0700, Junio C Hamano wrote: > > - # All directories must have 2770 > > - test -z "$(sed -n -e "/^drwxrws---/d" -e "/^d/p" actual)" && > > Did you mean > > - # All directories must have 2770 > - test -z "$(sed -n -e "/^drwxrws---/d" -e "/^d/p" actual)" && > + # All directories must have either 2770 or 770 > + test -z "$(sed -n -e "/^drwxrw[sx]---/d" -e "/^d/p" actual)" && No, I meant what I said, but I was wrong. ;) I was thinking that bit only tested for one thing, but it was actually testing for two. Sorry. Can you fix it up when you apply, then? -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html