Repository: yetus Updated Branches: refs/heads/master 096fce6dc -> 1c29e36a3
YETUS-447. invalid byte in cut 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/1c29e36a Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/1c29e36a Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/1c29e36a Branch: refs/heads/master Commit: 1c29e36a39b21452d19a64af392d46d18ea27513 Parents: 096fce6 Author: caseyjbrotherton <[email protected]> Authored: Mon Sep 19 20:35:38 2016 -0500 Committer: Allen Wittenauer <[email protected]> Committed: Wed Sep 21 09:47:49 2016 -0700 ---------------------------------------------------------------------- precommit/test-patch.d/github.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/1c29e36a/precommit/test-patch.d/github.sh ---------------------------------------------------------------------- diff --git a/precommit/test-patch.d/github.sh b/precommit/test-patch.d/github.sh index dfb9a88..f249770 100755 --- a/precommit/test-patch.d/github.sh +++ b/precommit/test-patch.d/github.sh @@ -91,7 +91,7 @@ function github_jira_bridge urlfromjira=$(${AWK} "match(\$0,\"${GITHUB_BASE_URL}/[^ ]*patch[ &\\\"]\"){url=substr(\$0,RSTART,RLENGTH-1)} END{if (url) print url}" "${PATCH_DIR}/jira" ) - if [[ -n $urlfromjira ]]; then + if [[ -z $urlfromjira ]]; then # This is currently the expected path, as github pull requests are not common return 1 fi
