From 39d0849486f732bab35f91548301ce3cc199dc76 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 5 Apr 2020 04:47:56 +0000 Subject: system/coreutils: Update to 8.32 --- system/coreutils/disable-mbrtowc-test.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system/coreutils/disable-mbrtowc-test.patch') diff --git a/system/coreutils/disable-mbrtowc-test.patch b/system/coreutils/disable-mbrtowc-test.patch index d338e0324..fb595df0e 100644 --- a/system/coreutils/disable-mbrtowc-test.patch +++ b/system/coreutils/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