You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Kengo Seki (JIRA)" <ji...@apache.org> on 2015/05/26 20:55:18 UTC

[jira] [Created] (HADOOP-12035) shellcheck plugin displays a wrong version potentially

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)