Merge "xenapi: Use C locale"

This commit is contained in:
Jenkins 2013-09-23 17:02:52 +00:00 committed by Gerrit Code Review
commit b3fd16a200

View File

@ -10,6 +10,8 @@ set -o errexit
set -o nounset
set -o xtrace
export LC_ALL=C
# Abort if localrc is not set
if [ ! -e ../../localrc ]; then
echo "You must have a localrc with ALL necessary passwords defined before proceeding."