Code

i18n: fix auto detection of gettext scheme for shell scripts
authorJunio C Hamano <gitster@pobox.com>
Mon, 12 Mar 2012 21:41:15 +0000 (14:41 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 12 Mar 2012 21:41:15 +0000 (14:41 -0700)
commitac06116d44ae3738e7ad0f711074186e006a1eb5
tree6f7f3e50ec3d06d1c559481ce48d6238d2699325
parent745950ce0e7e984158a00cd52c5811918d1f3495
i18n: fix auto detection of gettext scheme for shell scripts

A new code added by ad17ea7 (add a Makefile switch to avoid gettext
translation in shell scripts, 2012-01-23) tried to optionally force
a gettext scheme to "fallthrough", but ended up forcing it to everybody.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-sh-i18n.sh