Resolve SC1008 shebang was unrecognized 16/62816/1
authorThanh Ha <zxiiro@gmail.com>
Wed, 15 Jan 2020 23:55:46 +0000 (18:55 -0500)
committerThanh Ha <zxiiro@gmail.com>
Wed, 15 Jan 2020 23:59:49 +0000 (18:59 -0500)
SC1008: This shebang was unrecognized. ShellCheck only supports
sh/bash/dash/ksh. Add a 'shell' directive to specify.

Signed-off-by: Thanh Ha <zxiiro@gmail.com>
Change-Id: I63aef5c1634c26860c2bf63a9a930c1584515551

jenkins-init-scripts/lf-env.sh

index 5c62104..ad554f6 100644 (file)
@@ -1,4 +1,5 @@
 #!/usr/bin/no-execute
+# shellcheck shell=bash
 
 # SPDX-License-Identifier: EPL-1.0
 ##############################################################################