summaryrefslogtreecommitdiffstats
path: root/diagnostics
diff options
context:
space:
mode:
authorEthan P <eth-p+git@hidden.email>2020-04-08 14:16:18 -0700
committerDavid Peter <sharkdp@users.noreply.github.com>2020-04-09 09:20:03 +0200
commitdd336e6fb2625992ace63a836415fd61e9cbef41 (patch)
treeddbabcade27dfbd6829840f9b547a8639a1bb049 /diagnostics
parentc33af3581aa641831662e476cfe751e67b626f39 (diff)
Fix wrapper detection failing on non-English LANG in info.sh
Diffstat (limited to 'diagnostics')
-rwxr-xr-xdiagnostics/info.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/diagnostics/info.sh b/diagnostics/info.sh
index ff69f2cd..b503689c 100755
--- a/diagnostics/info.sh
+++ b/diagnostics/info.sh
@@ -4,6 +4,10 @@ _modules_consented=()
set -o pipefail
+export LC_ALL=C
+export LANG=C
+
+
# -----------------------------------------------------------------------------
# Modules:
# -----------------------------------------------------------------------------