[
https://issues.apache.org/jira/browse/HADOOP-12035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kengo Seki updated HADOOP-12035:
--------------------------------
Attachment: HADOOP-12035.001.patch
Attaching a patch.
> shellcheck plugin displays a wrong version potentially
> ------------------------------------------------------
>
> Key: HADOOP-12035
> URL: https://issues.apache.org/jira/browse/HADOOP-12035
> Project: Hadoop Common
> Issue Type: Bug
> Components: build
> Reporter: Kengo Seki
> Priority: Trivial
> Labels: newbie, test-patch
> Attachments: HADOOP-12035.001.patch
>
>
> In dev-support/test-patch.d/shellcheck.sh:
> {code}
> SHELLCHECK_VERSION=$(shellcheck --version | ${GREP} version: | ${AWK} '{print
> $NF}')
> {code}
> it should be
> {code}
> SHELLCHECK_VERSION=$(${SHELLCHECK} --version | …)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)