Skip to content

Commit a0f1b76

Browse files
committedApr 12, 2024
Export LC_ALL to solve date (and future) issues
FIXES srvrco#818 (I hope). in srvrco#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.
1 parent 94f43ac commit a0f1b76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎getssl

+1
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,7 @@ _USE_DEBUG=0
391391
_ONLY_CHECK_CONFIG=0
392392
config_errors="false"
393393
export LANG=C
394+
export LC_ALL=C
394395
API=1
395396

396397
# store copy of original command in case of upgrading script and re-running

0 commit comments

Comments
 (0)