Torsten Bögershausen <tboegi@xxxxxx> writes: > Here the results of my investigations: > a) git-sh-i18n is used by the test suite, not git-sh-i18n.sh > git-sh-i18n is generated from git-sh-i18n.sh when running make Yeah, that is the correct behaviour. > b) When running > make clean && make USE_GETTEXT_SCHEME=gnu && (cd t && make) > the log of t0204 looks like this: > ... > Summary: test OK, Now, the last remaining issues appear to be these: * Is USE_GETTEXT_SCHEME=gnu the right thing for Mac OS X? It may make this test pass, but does it not break other things? Does Mac OS X come with a working gettext.sh to help i18n of shell scripts? Does it also give eval_gettext? * If so, Mac OS X users shouldn't have to say that from the command line of "make". Do we need a Makefile update? * If not, what is the appropriate value for USE_GETTEXT_SCHEME on Mac OS X? If the answer is not "fallthrough", do we need a Makefile update? Thanks. -- 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