Explorar o código

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

Allen Wittenauer %!s(int64=9) %!d(string=hai) anos
pai
achega
d323639686
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      dev-support/bin/yetus-wrapper

+ 1 - 0
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