From fa86269ae53cb10769da2ed6e53a56313c88ea5b Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 20 Apr 2020 09:28:27 +0300 Subject: [PATCH] kiss: Drop LANG= --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index fb1935c..d5ae195 100755 --- a/kiss +++ b/kiss @@ -1386,7 +1386,7 @@ main() { # 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 LANG=C + export LC_ALL=C # 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.