]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
install-deps.sh: set a UTF-8 locale when running pip
authorMatan Breizman <mbreizma@redhat.com>
Thu, 27 Jan 2022 11:32:28 +0000 (11:32 +0000)
committerMatan Breizman <mbreizma@redhat.com>
Thu, 27 Jan 2022 11:32:28 +0000 (11:32 +0000)
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
install-deps.sh

index 6f4cd178fb98554640f3c831972b34762e411131..f0185405a66fa30384542a0096228173f8643550 100755 (executable)
@@ -19,7 +19,7 @@ mkdir -p $DIR
 if test $(id -u) != 0 ; then
     SUDO=sudo
 fi
-export LC_ALL=C # the following is vulnerable to i18n
+export LC_ALL=en_US.UTF-8 # the following is vulnerable to i18n
 
 ARCH=$(uname -m)