Paul Mackerras <paulus@xxxxxxxxx> writes: > I have a few commits for you to pull, but I am about to push a patch > for gitk like the one you sent for git-gui, so I'll send you a pull > request when I've done that. Thanks. >> else >> MSGFMT ?= msgfmt >> - ifeq ($(shell $(MSGFMT) >/dev/null 2>&1 || echo $$?),127) >> + ifneq ($(shell $(MSGFMT) --tcl -l C -d . /dev/null 2>/dev/null; echo $?),0) > > I had to put "echo $$?" for it to work rather than "echo $?". Yeah, very sorry about this; Shawn already has pointed it out to me. -- 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