kiss: Don't set LC_ALL=C to fix qt5 (and potentially others) build errors.

This commit is contained in:
Dylan Araps 2020-07-08 00:52:23 +03:00
parent d808b15c68
commit 9912bb07c0
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

5
kiss
View File

@ -1485,11 +1485,6 @@ main() {
# that it doesn't change beneath us. # that it doesn't change beneath us.
pid=${KISS_PID:-$$} pid=${KISS_PID:-$$}
# Force the C locale to speed up things like 'grep' which disable unicode
# etc when this is set. We don't need unicode and a speed up is always
# welcome.
export LC_ALL=C
# Catch errors and ensure that build files and directories are cleaned # Catch errors and ensure that build files and directories are cleaned
# up before we die. This occurs on 'Ctrl+C' as well as success and error. # up before we die. This occurs on 'Ctrl+C' as well as success and error.
trap pkg_clean EXIT INT trap pkg_clean EXIT INT