projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d85103a
)
nsdeps: fix hashbang of scripts/nsdeps
author
Masahiro Yamada
<yamada.masahiro@socionext.com>
Thu, 3 Oct 2019 07:58:25 +0000
(16:58 +0900)
committer
Jessica Yu
<jeyu@kernel.org>
Mon, 7 Oct 2019 16:25:21 +0000
(18:25 +0200)
This script does not use bash-extension. I am guessing this hashbang
was copied from scripts/coccicheck, which really uses bash-extension.
/bin/sh is enough for this script.
Reviewed-by: Matthias Maennich <maennich@google.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Jessica Yu <jeyu@kernel.org>
scripts/nsdeps
patch
|
blob
|
history
diff --git
a/scripts/nsdeps
b/scripts/nsdeps
index ac2b6031dd1393864d4ec582d119282a2ce1fdf7..964b7fb8c546d392a6e4d432a49166ddd4e7b951 100644
(file)
--- a/
scripts/nsdeps
+++ b/
scripts/nsdeps
@@
-1,4
+1,4
@@
-#!/bin/
ba
sh
+#!/bin/sh
# SPDX-License-Identifier: GPL-2.0
# Linux kernel symbol namespace import generator
#