aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-07-23 16:35:29 -0700
committerSven Gothel <[email protected]>2010-07-23 16:35:29 -0700
commit502d0f88b1988b834680572d1c3bdf7e78c8b037 (patch)
tree40245cab0d3398492bb4481a670f4bfb4bd995a3 /make
parente0b1a410cdab5337792654265b48b1f75a5c38c0 (diff)
Fix build.number escaping
Diffstat (limited to 'make')
-rwxr-xr-xmake/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index 5a10ada..327ace9 100755
--- a/make/build.xml
+++ b/make/build.xml
@@ -691,7 +691,7 @@
</target>
<target name="tag.build">
- <echo message="gluegen.build.number=\"${build.number}\"" file="${build}/artifact.properties"/>
+ <echo message='gluegen.build.number="${build.number}"' file="${build}/artifact.properties"/>
</target>
<target name="junit.compile">