1
0
mirror of https://github.com/sharkdp/bat synced 2026-06-09 10:03:18 +00:00

Fix wrapper detection failing on non-English LANG in info.sh

This commit is contained in:
Ethan P
2020-04-08 14:16:18 -07:00
committed by David Peter
parent c33af3581a
commit dd336e6fb2
+4
View File
@@ -4,6 +4,10 @@ _modules_consented=()
set -o pipefail
export LC_ALL=C
export LANG=C
# -----------------------------------------------------------------------------
# Modules:
# -----------------------------------------------------------------------------