diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2018-04-10 14:59:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-04-10 14:59:19 +0000 |
commit | bd562fe7a3cc7c0d4849158c5a2e5c29ca60e571 (patch) | |
tree | 388ce14f4e6b89d9f7a7757fbba1dc1a4cdf9c3f /xci/files | |
parent | 94a2ba4e51247f1f151e39d4902ad6e56e09e10c (diff) | |
parent | bb4002cc0d5f33c45320dfd892c773c6737698cb (diff) |
Merge "export LANG="C" rather than export LANG="c""
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 |