summaryrefslogtreecommitdiffstats
path: root/xci
diff options
context:
space:
mode:
authorAric Gardner <agardner@linuxfoundation.org>2018-04-10 14:59:19 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-04-10 14:59:19 +0000
commitbd562fe7a3cc7c0d4849158c5a2e5c29ca60e571 (patch)
tree388ce14f4e6b89d9f7a7757fbba1dc1a4cdf9c3f /xci
parent94a2ba4e51247f1f151e39d4902ad6e56e09e10c (diff)
parentbb4002cc0d5f33c45320dfd892c773c6737698cb (diff)
Merge "export LANG="C" rather than export LANG="c""
Diffstat (limited to 'xci')
-rw-r--r--xci/files/install-lib.sh2
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