Kengo Seki created HADOOP-12380:
-----------------------------------
Summary: Wrong grep command invocation in github_find_jira_title
Key: HADOOP-12380
URL: https://issues.apache.org/jira/browse/HADOOP-12380
Project: Hadoop Common
Issue Type: Sub-task
Components: yetus
Affects Versions: HADOOP-12111
Reporter: Kengo Seki
{code}
139 title=$(GREP title "${PATCH_DIR}/github-pull.json" \
140 | cut -f4 -d\")
{code}
should be {{title=$($\{GREP} ...)}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)