Christian Couder <christian.couder@xxxxxxxxx> writes: > So perhaps you could use a function like: > > write_bisect_terms() { > if test ! -s "$GIT_DIR/BISECT_TERMS" > then > echo "$NAME_BAD" >"$GIT_DIR/BISECT_TERMS" && > echo "$NAME_GOOD" >>"$GIT_DIR/BISECT_TERMS" > fi > } I already had it in the last patch, but reworked the code to introduce it earlier, and never >"$GIT_DIR/BISECT_TERMS" outside this function. -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- 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