HADOOP-12380. Wrong grep command invocation in github_find_jira_title (Brahma Reddy Battula via aw)
Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/6f0772d8 Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/6f0772d8 Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/6f0772d8 Branch: refs/heads/master Commit: 6f0772d8872e74b3f4189963272bc673108c1640 Parents: 677bfe0 Author: Allen Wittenauer <[email protected]> Authored: Tue Sep 8 11:27:18 2015 -0700 Committer: Allen Wittenauer <[email protected]> Committed: Tue Sep 8 11:27:18 2015 -0700 ---------------------------------------------------------------------- dev-support/test-patch.d/github.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/6f0772d8/dev-support/test-patch.d/github.sh ---------------------------------------------------------------------- diff --git a/dev-support/test-patch.d/github.sh b/dev-support/test-patch.d/github.sh index f742062..e4aa0e5 100755 --- a/dev-support/test-patch.d/github.sh +++ b/dev-support/test-patch.d/github.sh @@ -136,7 +136,7 @@ function github_find_jira_title return 1 fi - title=$(GREP title "${PATCH_DIR}/github-pull.json" \ + title=$(${GREP} title "${PATCH_DIR}/github-pull.json" \ | cut -f4 -d\") # people typically do two types: JIRA-ISSUE: and [JIRA-ISSUE]
