mirror of
https://github.com/ceph/ceph
synced 2025-02-20 17:37:29 +00:00
Merge pull request #44805 from Matan-B/wip-matanb-deps-unicode
install-deps.sh: set a UTF-8 locale when running pip Reviewed-by: Kefu Chai <tchaikov@gmail.com>
This commit is contained in:
commit
2a10ab8481
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user