Junio C Hamano wrote: > Alex Riesen <raa.lkml@xxxxxxxxx> writes: >>> -exit system(@args); >>> +system(@args) == 0 >>> + or exit 1; >>> +exit 0; >> exit(system(@args) != 0); >> >> Yours looks a little verbose... > > Thanks, will queue with a fixup. > Thanks! (Alex and Junio) I had this as my penultimate version, so I'm happy. [I changed it to be more explicit about the actual exit values returned by the script. (and thus more verbose :) ] ATB, Ramsay Jones -- 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