Code Review
/
releng
/
global-jjb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
e55a3f9
)
Resolve SC1008 shebang was unrecognized
16/62816/1
author
Thanh Ha
<zxiiro@gmail.com>
Wed, 15 Jan 2020 23:55:46 +0000
(18:55 -0500)
committer
Thanh 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
patch
|
blob
|
history
diff --git
a/jenkins-init-scripts/lf-env.sh
b/jenkins-init-scripts/lf-env.sh
index
5c62104
..
ad554f6
100644
(file)
--- 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
##############################################################################