mirror of
https://github.com/sharkdp/bat.git
synced 2025-07-13 04:25:31 +02:00
Fix wrapper detection failing on non-English LANG in info.sh
This commit is contained in:
@ -4,6 +4,10 @@ _modules_consented=()
|
||||
|
||||
set -o pipefail
|
||||
|
||||
export LC_ALL=C
|
||||
export LANG=C
|
||||
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Modules:
|
||||
# -----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user