diff options
Diffstat (limited to 'make/build.xml')
-rw-r--r-- | make/build.xml | 2 |
1 files changed, 1 insertions, 1 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" |