File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -490,6 +490,8 @@ Release 0.21.1 - Unreleased
490490 HADOOP-7053. wrong FSNamesystem Audit logging setting in
491491 conf/log4j.properties. (Jingguo Yao via eli)
492492
493+ HADOOP-7120. Fix a syntax error in test-patch.sh. (szetszwo)
494+
493495Release 0.21.0 - 2010-08-13
494496
495497 INCOMPATIBLE CHANGES
Original file line number Diff line number Diff line change @@ -442,7 +442,7 @@ checkFindbugsWarnings () {
442442 echo " "
443443 echo " "
444444 echo " $ANT_HOME /bin/ant -Dversion=" ${VERSION} " -Dfindbugs.home=$FINDBUGS_HOME -Dforrest.home=${FORREST_HOME} -DHadoopPatchProcess= findbugs"
445- $ANT_HOME /bin/ant -Dversion=" ${VERSION} " -Dfindbugs.home=$FINDBUGS_HOME } -Dforrest.home=${FORREST_HOME} -DHadoopPatchProcess= findbugs
445+ $ANT_HOME /bin/ant -Dversion=" ${VERSION} " -Dfindbugs.home=${ FINDBUGS_HOME} -Dforrest.home=${FORREST_HOME} -DHadoopPatchProcess= findbugs
446446 if [ $? != 0 ] ; then
447447 JIRA_COMMENT=" $JIRA_COMMENT
448448
You can’t perform that action at this time.
0 commit comments