From kde-commits Sat Sep 29 00:44:16 2018 From: Aleix Pol Date: Sat, 29 Sep 2018 00:44:16 +0000 To: kde-commits Subject: [sysadmin/binary-factory-tooling] android: Android: Don't shadow the EXTRA env var Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=153819060032093 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} """ }