summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rw-r--r--make/build.xml2
-rw-r--r--make/jogamp-archivetasks.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/make/build.xml b/make/build.xml
index 1fb5987..d835f8b 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -72,7 +72,7 @@
</exec>
<exec dir="." executable="sed" logError="true" failonerror="false" failifexecutionfails="false"
outputproperty="gluegen.build.branch">
- <arg line="-e '/^[^*]/d' -e 's/* \(.*\)/\1/' ${build}/localbranch.raw"/>
+ <arg line="-e '/^[^*]/d' -e 's/* \(.*\)/\1/' '${build}/localbranch.raw'"/>
</exec>
<property name="gluegen.build.branch" value="manual"/> <!-- fallback -->
<exec dir="${project.root}" executable="git" logError="true" failonerror="false" failifexecutionfails="false"
diff --git a/make/jogamp-archivetasks.xml b/make/jogamp-archivetasks.xml
index 24309d8..0734f90 100644
--- a/make/jogamp-archivetasks.xml
+++ b/make/jogamp-archivetasks.xml
@@ -21,7 +21,7 @@
spawn="false"
failifexecutionfails="true"
failonerror="true">
- <arg line="a -r ${destfile.path} @{includes}"/>
+ <arg line="a -r '${destfile.path}' @{includes}"/>
</exec>
</sequential>
</macrodef>