From dd336e6fb2625992ace63a836415fd61e9cbef41 Mon Sep 17 00:00:00 2001 From: Ethan P Date: Wed, 8 Apr 2020 14:16:18 -0700 Subject: [PATCH] Fix wrapper detection failing on non-English LANG in info.sh --- diagnostics/info.sh | 4 ++++ 1 file changed, 4 insertions(+) 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: # -----------------------------------------------------------------------------