Skip to content

Commit

Permalink
gen_compat_def: Reset locale to avoid language issues
Browse files Browse the repository at this point in the history
Fixes #146.
Reported-by: https://github.com/zamiron
  • Loading branch information
aabc committed Aug 27, 2020
1 parent 46c0a5c commit ee46c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen_compat_def
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (C) 2019,2020 <abc@openwall.com>
#

export LANG=C
export LANG=C LC_ALL=C LC_MESSAGES=C LC_CTYPE=C
fatal() {
echo "Error: $*" >&2
exit 1
Expand Down

0 comments on commit ee46c32

Please sign in to comment.