Am 5/6/2010 7:52, schrieb Jeff King: > Why not just: > > test_run_ () { > test_cleanup= > eval >&3 2>&4 "$1" > eval_ret=$? > eval >&3 2>&4 "$test_cleanup" > return 0 > } > > test_when_finished () { > test_cleanup="$*; $test_cleanup" > } > > Am I missing something? I ask myself the same question. For my taste, this change went production far too fast. Did I miss any discussion on it? (I didn't speak up when it passed by on the ML because I was on a short trip at that time.) -- Hannes -- 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