Repository: hadoop
Updated Branches:
  refs/heads/branch-2 0b7388b5d -> a086fd904


HADOOP-12743. Fix git environment check during test-patch (aw)

(cherry picked from commit d323639686eab28f1510031e52e4390f82d78989)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a086fd90
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a086fd90
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/a086fd90

Branch: refs/heads/branch-2
Commit: a086fd90408c0dca13d22d66ab528a68b4f57f42
Parents: 0b7388b
Author: Allen Wittenauer <a...@apache.org>
Authored: Tue Jan 26 15:46:57 2016 -0800
Committer: Akira Ajisaka <aajis...@apache.org>
Committed: Thu Jun 9 23:27:07 2016 +0900

----------------------------------------------------------------------
 dev-support/bin/yetus-wrapper | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/a086fd90/dev-support/bin/yetus-wrapper
----------------------------------------------------------------------
diff --git a/dev-support/bin/yetus-wrapper b/dev-support/bin/yetus-wrapper
index 4b1e21e..ddcc7a5 100755
--- a/dev-support/bin/yetus-wrapper
+++ b/dev-support/bin/yetus-wrapper
@@ -165,6 +165,7 @@ if [[ $? != 0 ]]; then
 fi
 
 if [[ -x "${HADOOP_PATCHPROCESS}/yetus-${HADOOP_YETUS_VERSION}/bin/${WANTED}" 
]]; then
+  popd >/dev/null
   exec "${HADOOP_PATCHPROCESS}/yetus-${HADOOP_YETUS_VERSION}/bin/${WANTED}" 
"${ARGV[@]}"
 fi
 


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to