Author: antoine
Date: Thu Apr 21 17:55:04 2011
New Revision: 1095786
URL: http://svn.apache.org/viewvc?rev=1095786&view=rev
Log:
fixing shell variable syntax
Modified:
ant/core/trunk/release.sh
Modified: ant/core/trunk/release.sh
URL:
http://svn.apache.org/viewvc/ant/core/trunk/release.sh?rev=1095786&r1=1095785&r2=1095786&view=diff
==============================================================================
--- ant/core/trunk/release.sh (original)
+++ ant/core/trunk/release.sh Thu Apr 21 17:55:04 2011
@@ -50,7 +50,7 @@ export PATH=$JAVA_HOME/bin:$PATH
echo ANT_HOME=$ANT_HOME
echo JAVA_HOME=$JAVA_HOME
which java
-echo running build under JDK %JDK_VERSION%
+echo running build under JDK $JDK_VERSION
./build.sh dist-lite
echo running the tests and doing the distribution
dist/bin/ant -nouserlib -lib lib/optional run-tests distribution