Return-Path: X-Original-To: apmail-yetus-commits-archive@minotaur.apache.org Delivered-To: apmail-yetus-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 94EE118EF7 for ; Wed, 23 Sep 2015 02:23:33 +0000 (UTC) Received: (qmail 31001 invoked by uid 500); 23 Sep 2015 02:23:33 -0000 Delivered-To: apmail-yetus-commits-archive@yetus.apache.org Received: (qmail 30954 invoked by uid 500); 23 Sep 2015 02:23:33 -0000 Mailing-List: contact commits-help@yetus.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@yetus.apache.org Delivered-To: mailing list commits@yetus.apache.org Received: (qmail 30682 invoked by uid 99); 23 Sep 2015 02:23:32 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Sep 2015 02:23:32 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AEB56E05E1; Wed, 23 Sep 2015 02:23:32 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: busbey@apache.org To: commits@yetus.apache.org Date: Wed, 23 Sep 2015 02:24:13 -0000 Message-Id: <1c89ad614e214a5ba334f19ca5656374@git.apache.org> In-Reply-To: <0b3197fedc2746eb9a47743e175497b7@git.apache.org> References: <0b3197fedc2746eb9a47743e175497b7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [43/50] [abbrv] yetus git commit: HADOOP-12380. Wrong grep command invocation in github_find_jira_title (Brahma Reddy Battula via aw) 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 Authored: Tue Sep 8 11:27:18 2015 -0700 Committer: Allen Wittenauer 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]