From: Erwan Velu Date: Tue, 5 Apr 2016 14:09:13 +0000 (+0200) Subject: bootstrap: Enforce LC_ALL for the script X-Git-Tag: 1.1.0~630^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=824ffc667bf6df3f78cff070edfdfa38946875b6;p=teuthology.git bootstrap: Enforce LC_ALL for the script This script is expecting rpm to report with english sentences. To avoid any issues with other locales, let's enforce the LC_ALL to C. Signed-off-by: Erwan Velu --- diff --git a/bootstrap b/bootstrap index ca01c4725..5ac8f7128 100755 --- a/bootstrap +++ b/bootstrap @@ -1,5 +1,6 @@ #!/bin/sh set -e +export LC_ALL=C if [ $# -eq 0 ]; then install=false else