diff options
author | Sven Gothel <[email protected]> | 2010-07-23 16:35:29 -0700 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-07-23 16:35:29 -0700 |
commit | 502d0f88b1988b834680572d1c3bdf7e78c8b037 (patch) | |
tree | 40245cab0d3398492bb4481a670f4bfb4bd995a3 /make | |
parent | e0b1a410cdab5337792654265b48b1f75a5c38c0 (diff) |
Fix build.number escaping
Diffstat (limited to 'make')
-rwxr-xr-x | make/build.xml | 2 |
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"> |