Hi! On Mon, May 12, 2008 at 11:33 AM, Sverre Rabbelier <srabbelier@xxxxxxxxx> wrote: > This change is needed order to aggregate data on the test run later on. > Because writing to the current directory is not possible, we write to /tmp/. > Suggestions for a better location are welcome. I have seen this in another (sh) script: die() { echo "$@" exit 1 } T=`mktemp` || die "cannot create temp file" ... rm $T Vegard -- "The animistic metaphor of the bug that maliciously sneaked in while the programmer was not looking is intellectually dishonest as it disguises that the error is the programmer's own creation." -- E. W. Dijkstra, EWD1036 -- 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