From ca482b185b4d0252317b096bb6ef9d526352b6eb Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Wed, 19 May 2010 03:42:45 +0000 Subject: [PATCH] HBASE-2562 bin/hbase doesn't work in-situ in maven; fix spelling mistake git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@946009 13f79535-47bb-0310-9956-ffa450edef68 --- bin/hbase | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/hbase b/bin/hbase index 123a52c617e..0c1e1f69a9a 100755 --- a/bin/hbase +++ b/bin/hbase @@ -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}"`