From 27e1a65b2b33f2c1a163b5745be59dccdc830039 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 20 Apr 2020 09:56:20 +0300 Subject: [PATCH] kiss: Add back LANG=C --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index 56dbc88..a496989 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 + export LC_ALL=C LANG=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.