diff options
Diffstat (limited to 'xci/files')
-rw-r--r-- | xci/files/install-lib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xci/files/install-lib.sh b/xci/files/install-lib.sh index 92d1f065..a01e7e01 100644 --- a/xci/files/install-lib.sh +++ b/xci/files/install-lib.sh @@ -22,7 +22,7 @@ function install_ansible() { declare -A PKG_MAP # workaround: for latest bindep to work, it needs to use en_US local - export LANG=c + export LANG="C" CHECK_CMD_PKGS=( gcc |