Kengo Seki created HADOOP-12035:
-----------------------------------

             Summary: 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


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)

Reply via email to