]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
bootstrap: Enforce LC_ALL for the script 839/head
authorErwan Velu <erwan@redhat.com>
Tue, 5 Apr 2016 14:09:13 +0000 (16:09 +0200)
committerErwan Velu <erwan@redhat.com>
Wed, 6 Apr 2016 10:09:57 +0000 (12:09 +0200)
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 <erwan@redhat.com>
bootstrap

index ca01c472502eab3821f1ccc738df21bad99ce3dc..5ac8f71288f248b1f743a4a39b2d1c6d0505bc51 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -1,5 +1,6 @@
 #!/bin/sh
 set -e
+export LC_ALL=C
 if [ $# -eq 0 ]; then
   install=false
 else