Merge "Change LANG in install-deps.sh to en_US.UTF-8"
This commit is contained in:
commit
f3a4162615
@ -4,7 +4,7 @@ set -xeu
|
||||
declare -A PKG_MAP
|
||||
|
||||
# workaround: for latest bindep to work, it needs to use en_US local
|
||||
export LANG=c
|
||||
export LANG=en_US.UTF-8
|
||||
|
||||
export VENV=${VENV:-/opt/stack/bifrost}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user