Johannes Sixt <j.sixt@xxxxxxxxxxxxx> writes: > Johannes Schindelin schrieb: >> I use this trick in my valgrind series: >> >> ($PROGRAM; echo $? > exit.code) | $OTHER_PROGRAM && >> test 0 = "$(cat exit.code)" > > Ah, using a file as temporary storage? Why not simply > > $PROGRAM > data && > $OTHER_PROGRAM < data > > Hm? ;) Because too much cleverness often blinds clever minds. Care to reroll with the simpler, dumber but clearer version? -- 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