summaryrefslogtreecommitdiff
path: root/system/sed/disable-mbrtowc-test.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-07-08 19:46:59 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-07-08 19:46:59 +0000
commit291b53a82c57d8a250c04e744e3355eba99230b2 (patch)
treece2c0f85ad6d9cfb022bf86e09b855c87d817175 /system/sed/disable-mbrtowc-test.patch
parent476fd73472a40af254cbd53e53cb3a6cc14375eb (diff)
downloadpackages-291b53a82c57d8a250c04e744e3355eba99230b2.tar.gz
packages-291b53a82c57d8a250c04e744e3355eba99230b2.tar.bz2
packages-291b53a82c57d8a250c04e744e3355eba99230b2.tar.xz
packages-291b53a82c57d8a250c04e744e3355eba99230b2.zip
system/sed: Update to 4.8
Diffstat (limited to 'system/sed/disable-mbrtowc-test.patch')
-rw-r--r--system/sed/disable-mbrtowc-test.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/sed/disable-mbrtowc-test.patch b/system/sed/disable-mbrtowc-test.patch
index 51cdf3c25..001502310 100644
--- a/system/sed/disable-mbrtowc-test.patch
+++ b/system/sed/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