From c32fb1bb26bc7683fea401c3dc1e3d11a02fd24b Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 11 Sep 2021 00:20:49 -0500 Subject: system/diffutils: Update to 3.8 --- system/diffutils/disable-mbrtowc-test.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system/diffutils/disable-mbrtowc-test.patch') diff --git a/system/diffutils/disable-mbrtowc-test.patch b/system/diffutils/disable-mbrtowc-test.patch index 1461a4093..8e9b94e31 100644 --- a/system/diffutils/disable-mbrtowc-test.patch +++ b/system/diffutils/disable-mbrtowc-test.patch @@ -4,7 +4,7 @@ #!/bin/sh -# Test whether the POSIX locale has encoding errors. -LC_ALL=C \ --./test-mbrtowc${EXEEXT} 5 || exit +-${CHECKER} ./test-mbrtowc${EXEEXT} 5 || exit -LC_ALL=POSIX \ --./test-mbrtowc${EXEEXT} 5 +-${CHECKER} ./test-mbrtowc${EXEEXT} 5 +exit 77 -- cgit v1.2.3-70-g09d2