From 03dd758283636921c84c5c02180b4dafb6b5dc7f Mon Sep 17 00:00:00 2001 From: Timothe Litt Date: Sun, 24 Mar 2024 08:03:40 -0400 Subject: [PATCH] Export LC_ALL to solve date (and future) issues FIXES #818 (I hope). in #818, @mslavkov reported that date fails in the BG.UTF-8 locale, but that LC_ALL=C resolved the issue. Since we already export LANG=C, that would seem to indicate that LC_TIME is overriding it. LC_ALL is the safer (stronger) choice. --- getssl | 1 + 1 file changed, 1 insertion(+) diff --git a/getssl b/getssl index ba12cba5..7f8f1800 100755 --- a/getssl +++ b/getssl @@ -391,6 +391,7 @@ _USE_DEBUG=0 _ONLY_CHECK_CONFIG=0 config_errors="false" export LANG=C +export LC_ALL=C API=1 # store copy of original command in case of upgrading script and re-running