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
This commit is contained in:
Michael Stack 2010-05-19 03:42:45 +00:00
parent 8eb75a630c
commit ca482b185b
1 changed files with 1 additions and 1 deletions

View File

@ -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}"`