Fix locale on buildserver to C.UTF-8

Regression of 817a156ea.
This commit is contained in:
Jochen Sprickerhof 2022-11-14 13:17:42 +01:00
parent 5f891314a2
commit 5b7c186e4a
No known key found for this signature in database
GPG Key ID: 5BFFDCC258E69433
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ echo 'export PATH=$PATH:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools:/op
echo "export DEBIAN_FRONTEND=noninteractive" >> $bsenv
echo 'export home_vagrant=/home/vagrant' >> $bsenv
echo 'export fdroidserver=$home_vagrant/fdroidserver' >> $bsenv
echo 'export LC_ALL=C.UTF-8' >> $bsenv
chmod 0644 $bsenv