Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-12035

shellcheck plugin displays a wrong version potentially

    XMLWordPrintableJSON

Details

    Description

      In dev-support/test-patch.d/shellcheck.sh:

      SHELLCHECK_VERSION=$(shellcheck --version | ${GREP} version: | ${AWK} '{print $NF}')
      

      it should be

      SHELLCHECK_VERSION=$(${SHELLCHECK} --version | …)
      

      Attachments

        1. HADOOP-12035.001.patch
          0.6 kB
          Kengo Seki

        Activity

          People

            sekikn Kengo Seki
            sekikn Kengo Seki
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: