joshelser commented on pull request #3941: URL: https://github.com/apache/hbase/pull/3941#issuecomment-992940447
Great question. I just ran it through their online interpreter for shell check and it should have generated an error. The nightly build doesn't seem to complain ``` 23:25:33 ============================================================================ 23:25:33 ============================================================================ 23:25:33 shellcheck plugin: full 23:25:33 ============================================================================ 23:25:33 ============================================================================ 23:25:33 23:25:33 23:25:33 Running shellcheck against all suspected shell scripts 23:25:33 /home/jenkins/jenkins-home/workspace/HBase_HBase_Nightly_master/output-general/precommit/test-patch.d/shellcheck.sh: line 118: warning: command substitution: ignored null byte in input 23:25:33 /home/jenkins/jenkins-home/workspace/HBase_HBase_Nightly_master/output-general/precommit/test-patch.d/shellcheck.sh: line 118: warning: command substitution: ignored null byte in input 23:25:33 /home/jenkins/jenkins-home/workspace/HBase_HBase_Nightly_master/output-general/precommit/test-patch.d/shellcheck.sh: line 118: warning: command substitution: ignored null byte in input ``` The nightly doesn't seem to think anything is wrong with it. The shellcheck specific output doesn't even mention hbase-config.sh. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
