You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2010/05/19 05:42:45 UTC

svn commit: r946009 - /hbase/trunk/bin/hbase

Author: stack
Date: Wed May 19 03:42:45 2010
New Revision: 946009

URL: http://svn.apache.org/viewvc?rev=946009&view=rev
Log:
HBASE-2562 bin/hbase doesn't work in-situ in maven; fix spelling mistake

Modified:
    hbase/trunk/bin/hbase

Modified: hbase/trunk/bin/hbase
URL: http://svn.apache.org/viewvc/hbase/trunk/bin/hbase?rev=946009&r1=946008&r2=946009&view=diff
==============================================================================
--- hbase/trunk/bin/hbase (original)
+++ hbase/trunk/bin/hbase Wed May 19 03:42:45 2010
@@ -105,7 +105,7 @@ CLASSPATH="${HBASE_CONF_DIR}"
 CLASSPATH=${CLASSPATH}:$JAVA_HOME/lib/tools.jar
 
 add_maven_deps_to_classpath() {
-  f="/tmp/hbase-core-tets-classpath.txt"
+  f="/tmp/hbase-core-test-classpath.txt"
   ${MVN} -f core/pom.xml dependency:build-classpath -Dmdep.outputFile="${f}" &> /dev/null
   # Add tests classes
   CLASSPATH=${CLASSPATH}:`cat "${f}"`