Hi, On Fri, 9 Nov 2007, Benoit Sigoure wrote: > On Nov 9, 2007, at 3:28 AM, Johannes Schindelin wrote: > > > Would that not be easier to read as > > > > test t = "$INTERACTIVE" && > > git_editor "$TODO" || die "Could not execute editor" > > Hmm this will `die' if you're not running interactively. D'oh. Of course I meant test -z "$INTERACTIVE" || git_editor "$TODO" || die ... Ciao, Dscho - 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