Git commit 609a92ecd28946d2e7efab03dbdd243159391355 by Aleix Pol. Committed on 29/09/2018 at 00:42. Pushed by apol into branch 'master'. Android: Don't shadow the EXTRA env var M +1 -1 android/generic-build.pipeline https://commits.kde.org/sysadmin/binary-factory-tooling/609a92ecd28946d2e7e= fab03dbdd243159391355 diff --git a/android/generic-build.pipeline b/android/generic-build.pipeline index 6763f55..ff02e14 100644 --- a/android/generic-build.pipeline +++ b/android/generic-build.pipeline @@ -10,7 +10,7 @@ timestamps { // Do the build! sh """ ${dependency} - export EXTRA=3D-DKDE_L10N_AUTO_TRANSLATIONS=3DON + export EXTRA=3D-DKDE_L10N_AUTO_TRANSLATIONS=3DON $EXTRA /opt/helpers/build-generic ${application} ${cmakeParameters} """ }