Skip to content

Commit ddbd46a

Browse files
committed
mingw: do not trust MSYS2's MinGW gettext.sh
It does not quite work because it produces DOS line endings which the shell does not like at all. This lets t0200-gettext-basic.sh, t0204-gettext-reencode-sanity.sh, t3406-rebase-message.sh, t3903-stash.sh, t7400-submodule-basic.sh, t7401-submodule-summary.sh, t7406-submodule-update.sh and t7407-submodule-foreach.sh pass in Git for Windows' SDK. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent b9c9f48 commit ddbd46a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.mak.uname

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -561,6 +561,7 @@ else
561561
INTERNAL_QSORT = YesPlease
562562
HAVE_LIBCHARSET_H = YesPlease
563563
NO_GETTEXT =
564+
USE_GETTEXT_SCHEME = fallthrough
564565
USE_LIBPCRE= YesPlease
565566
NO_CURL =
566567
USE_NED_ALLOCATOR = YesPlease

0 commit comments

Comments
 (0)