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.Off topic question: why do you guys always do this instead of doing, say, this:
INTERACTIVE=false case $1 in . . . --interactive|-i) INTERACTIVE=: ... ;; esac . . . if $INTERACTIVE; then git_editor "$TODO" || die ... fi ? -- Benoit Sigoure aka Tsuna EPITA Research and Development Laboratory
Attachment:
PGP.sig
Description: This is a digitally signed message part