summaryrefslogtreecommitdiff
path: root/apache-commons/ExternalProject_apache_commons_lang.mk
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-09-27 07:33:53 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-09-27 07:33:53 -0500
commit1cb87841f452ad7bb52aa0279edba6b6e980fbc7 (patch)
tree2d9ddd03bb4ddf4433b8082824c4c5343d6a1847 /apache-commons/ExternalProject_apache_commons_lang.mk
parent6357857bbfb927f78bf22202d08ffd8440a25a6a (diff)
use a form that please /bin/dash in apache_commons build script
Change-Id: I2a7061f428d402751627fc93ca559e119aab94d2
Diffstat (limited to 'apache-commons/ExternalProject_apache_commons_lang.mk')
-rw-r--r--apache-commons/ExternalProject_apache_commons_lang.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/apache-commons/ExternalProject_apache_commons_lang.mk b/apache-commons/ExternalProject_apache_commons_lang.mk
index 87ac5e09dc71..23c3b56650b0 100644
--- a/apache-commons/ExternalProject_apache_commons_lang.mk
+++ b/apache-commons/ExternalProject_apache_commons_lang.mk
@@ -20,7 +20,7 @@ $(eval $(call gb_ExternalProject_register_targets,apache_commons_lang,\
$(call gb_ExternalProject_get_state_target,apache_commons_lang,build) :
cd "$(call gb_UnpackedTarball_get_dir,apache_commons_lang)" && \
- ANT_OPTS+="-Dfile.encoding=ISO-8859-1" \
+ ANT_OPTS="$$ANT_OPTS -Dfile.encoding=ISO-8859-1" \
"$(ANT)" \
-q \
-f build.xml \