You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2012/04/25 20:28:48 UTC

svn commit: r1330471 - /lucene/dev/nightly/hudson-settings.sh

Author: dweiss
Date: Wed Apr 25 18:28:48 2012
New Revision: 1330471

URL: http://svn.apache.org/viewvc?rev=1330471&view=rev
Log:
LUCENE-4016: correcting condition.

Modified:
    lucene/dev/nightly/hudson-settings.sh

Modified: lucene/dev/nightly/hudson-settings.sh
URL: http://svn.apache.org/viewvc/lucene/dev/nightly/hudson-settings.sh?rev=1330471&r1=1330470&r2=1330471&view=diff
==============================================================================
--- lucene/dev/nightly/hudson-settings.sh (original)
+++ lucene/dev/nightly/hudson-settings.sh Wed Apr 25 18:28:48 2012
@@ -2,7 +2,7 @@
 set -e
 set -x
 
-if [ -z "$USE_ANT17" ]; then
+if [ "$USE_ANT17" = "1" ]; then
   ANT_HOME=$HOME/tools/ant/latest1.7
 else
   ANT_HOME=$HOME/tools/ant/supported18