Repository: yetus Updated Branches: refs/heads/master a6425f410 -> 0e3d5ef40
YETUS-171. patches that don't apply are not getting reported back to JIRA (addendum) Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/0e3d5ef4 Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/0e3d5ef4 Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/0e3d5ef4 Branch: refs/heads/master Commit: 0e3d5ef402a5433291d714cbb20896b97f73ee6b Parents: a6425f4 Author: Allen Wittenauer <[email protected]> Authored: Wed Nov 18 22:37:10 2015 -0800 Committer: Allen Wittenauer <[email protected]> Committed: Wed Nov 18 22:37:10 2015 -0800 ---------------------------------------------------------------------- precommit/core.d/01-common.sh | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/0e3d5ef4/precommit/core.d/01-common.sh ---------------------------------------------------------------------- diff --git a/precommit/core.d/01-common.sh b/precommit/core.d/01-common.sh index 5108ad0..75b01be 100755 --- a/precommit/core.d/01-common.sh +++ b/precommit/core.d/01-common.sh @@ -171,6 +171,7 @@ function common_args if [[ ${showhelp} == true ]]; then yetus_usage exit 0 + fi # Absolutely require v1.7.3 or higher # versions lower than this either have bugs with
