On Wed, Oct 22, 2008 at 05:21:53PM +0200, Johannes Schindelin wrote: > Hi, > > On Wed, 22 Oct 2008, Jeff King wrote: > > > On Wed, Oct 15, 2008 at 02:44:36AM -0500, Stephen Haberman wrote: > > > > > + if [ "$fast_forward" == "t" ] > > > > This one even fails on my Linux box. :) "==" is a bash-ism. > > Did we not also prefer "test" to "["? We did. Documentation/CodingGuidelines, line 51: - We prefer "test" over "[ ... ]". -- Kind regards, Fredrik Skolmli -- 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