Browse Source

fixing shell variable syntax

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1095786 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 14 years ago
parent
commit
6ee4efee01
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      release.sh

+ 1
- 1
release.sh View File

@@ -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


Loading…
Cancel
Save