Junio C Hamano <junkio@xxxxxxx> wrote: > > + if test "$#" = "0"; then > > + die "error: option -F needs an argument" > > + exit 2 > > + ;; > > I know it was copied from Han-Wen's aabd7693, but was this > somehow to catch the case where die can fail??? What, you haven't heard of the /bin/resurrection shell? Apparently one of its features is it can sometimes make die return successfully, even days after the initial call. :-) -- Shawn. - 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