You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by vi...@apache.org on 2013/04/17 17:19:53 UTC

svn commit: r1468964 - /accumulo/branches/1.5/bin/config.sh

Author: vines
Date: Wed Apr 17 15:19:53 2013
New Revision: 1468964

URL: http://svn.apache.org/r1468964
Log:
ACCUMULO-1261 - missed a line in my commit


Modified:
    accumulo/branches/1.5/bin/config.sh

Modified: accumulo/branches/1.5/bin/config.sh
URL: http://svn.apache.org/viewvc/accumulo/branches/1.5/bin/config.sh?rev=1468964&r1=1468963&r2=1468964&view=diff
==============================================================================
--- accumulo/branches/1.5/bin/config.sh (original)
+++ accumulo/branches/1.5/bin/config.sh Wed Apr 17 15:19:53 2013
@@ -31,7 +31,7 @@ export ACCUMULO_HOME
 
 if [ -f $ACCUMULO_HOME/conf/accumulo-env.sh ] ; then
    . $ACCUMULO_HOME/conf/accumulo-env.sh
-else
+elif [ -z "$ACCUMULO_TEST" ] ; then
    #
    # Attempt to bootstrap configuration and continue
    #