HADOOP-7120. Fix a syntax error in test-patch.sh.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1064373 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Tsz-wo Sze 2011-01-28 00:12:04 +00:00
parent 160b6fd496
commit d2e07d27a5
2 changed files with 3 additions and 1 deletions

View File

@ -490,6 +490,8 @@ Release 0.21.1 - Unreleased
HADOOP-7053. wrong FSNamesystem Audit logging setting in
conf/log4j.properties. (Jingguo Yao via eli)
HADOOP-7120. Fix a syntax error in test-patch.sh. (szetszwo)
Release 0.21.0 - 2010-08-13
INCOMPATIBLE CHANGES

View File

@ -442,7 +442,7 @@ checkFindbugsWarnings () {
echo ""
echo ""
echo "$ANT_HOME/bin/ant -Dversion="${VERSION}" -Dfindbugs.home=$FINDBUGS_HOME -Dforrest.home=${FORREST_HOME} -DHadoopPatchProcess= findbugs"
$ANT_HOME/bin/ant -Dversion="${VERSION}" -Dfindbugs.home=$FINDBUGS_HOME} -Dforrest.home=${FORREST_HOME} -DHadoopPatchProcess= findbugs
$ANT_HOME/bin/ant -Dversion="${VERSION}" -Dfindbugs.home=${FINDBUGS_HOME} -Dforrest.home=${FORREST_HOME} -DHadoopPatchProcess= findbugs
if [ $? != 0 ] ; then
JIRA_COMMENT="$JIRA_COMMENT