On Wed, Jul 28, 2010 at 03:29:44PM +0200, Matthieu Moy wrote: > + if ! eval "$rest" > + then > + warn "Command $rest failed" > + warn "You can fix the problem, and then run" > + warn > + warn " git rebase --continue" > + warn > + exit 0 > + fi If the command, stored in $rest, is rather long, perhaps "Command $rest failed" won't be friendly output. Perhaps: Command Failure: $rest -- 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