From: Thanh Ha Date: Wed, 15 Jan 2020 23:55:46 +0000 (-0500) Subject: Resolve SC1008 shebang was unrecognized X-Git-Tag: v0.50.0~22 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=71db67ab46b4b431b46304703ad1f030e09ad0cc;p=releng%2Fglobal-jjb.git Resolve SC1008 shebang was unrecognized SC1008: This shebang was unrecognized. ShellCheck only supports sh/bash/dash/ksh. Add a 'shell' directive to specify. Signed-off-by: Thanh Ha Change-Id: I63aef5c1634c26860c2bf63a9a930c1584515551 --- diff --git a/jenkins-init-scripts/lf-env.sh b/jenkins-init-scripts/lf-env.sh index 5c621041..ad554f64 100644 --- a/jenkins-init-scripts/lf-env.sh +++ b/jenkins-init-scripts/lf-env.sh @@ -1,4 +1,5 @@ #!/usr/bin/no-execute +# shellcheck shell=bash # SPDX-License-Identifier: EPL-1.0 ##############################################################################