Repository: yetus
Updated Branches:
refs/heads/master 592f547c0 -> 982c52777
YETUS-72. Unassigned variable ${STARTDIR}?
Signed-off-by: Allen Wittenauer <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/yetus/repo
Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/982c5277
Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/982c5277
Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/982c5277
Branch: refs/heads/master
Commit: 982c52777548b425faef36033711e1149b411ad0
Parents: 592f547
Author: Kengo Seki <[email protected]>
Authored: Wed Oct 14 14:05:26 2015 +0900
Committer: Allen Wittenauer <[email protected]>
Committed: Wed Oct 14 09:09:40 2015 -0700
----------------------------------------------------------------------
dev-support/test-patch.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/yetus/blob/982c5277/dev-support/test-patch.sh
----------------------------------------------------------------------
diff --git a/dev-support/test-patch.sh b/dev-support/test-patch.sh
index 0e72999..d309970 100755
--- a/dev-support/test-patch.sh
+++ b/dev-support/test-patch.sh
@@ -1436,7 +1436,7 @@ function copytpbits
# do about that, I don't think.
# if we've already copied, then don't bother doing it again
- if [[ ${STARTDIR} == ${PATCH_DIR}/precommit ]]; then
+ if [[ ${STARTINGDIR} == ${PATCH_DIR}/precommit ]]; then
yetus_debug "Skipping copytpbits; already copied once"
return
fi