Skip to content

Commit 5bcf0ed

Browse files
committed
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 t3406, t3903, t4254, t7400, t7401, t7406 and t7407 pass. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 18ab137 commit 5bcf0ed

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
@@ -559,6 +559,7 @@ else
559559
INTERNAL_QSORT = YesPlease
560560
HAVE_LIBCHARSET_H = YesPlease
561561
NO_GETTEXT =
562+
USE_GETTEXT_SCHEME = fallthrough
562563
USE_LIBPCRE= YesPlease
563564
NO_CURL =
564565
USE_NED_ALLOCATOR = YesPlease

0 commit comments

Comments
 (0)