summaryrefslogtreecommitdiff
path: root/apache-commons/ExternalProject_apache_commons_codec.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_codec.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_codec.mk')
-rw-r--r--apache-commons/ExternalProject_apache_commons_codec.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/apache-commons/ExternalProject_apache_commons_codec.mk b/apache-commons/ExternalProject_apache_commons_codec.mk
index 7e07d3923cd3..cf3a284ccf25 100644
--- a/apache-commons/ExternalProject_apache_commons_codec.mk
+++ b/apache-commons/ExternalProject_apache_commons_codec.mk
@@ -20,7 +20,7 @@ $(eval $(call gb_ExternalProject_register_targets,apache_commons_codec,\
$(call gb_ExternalProject_get_state_target,apache_commons_codec,build) :
cd "$(call gb_UnpackedTarball_get_dir,apache_commons_codec)" && \
- ANT_OPTS+="-Dfile.encoding=ISO-8859-1" \
+ ANT_OPTS="$$ANT_OPTS -Dfile.encoding=ISO-8859-1" \
"$(ANT)" \
-q \
-f build.xml \