Skip to content

Commit

Permalink
Export LC_ALL to solve date (and future) issues
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tlhackque committed Mar 24, 2024
1 parent 4487d92 commit 03dd758
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions getssl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03dd758

Please sign in to comment.