projects
/
openwrt
/
staging
/
jogo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eae889b
)
scripts/strip-kmod.sh: use sh instead of bash
author
Rosen Penev
<rosenp@gmail.com>
Tue, 31 Dec 2019 02:18:04 +0000
(18:18 -0800)
committer
Adrian Schmutzler
<freifunk@adrianschmutzler.de>
Tue, 31 Dec 2019 10:40:24 +0000
(11:40 +0100)
There's nothing bash specific here.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
scripts/strip-kmod.sh
patch
|
blob
|
history
diff --git
a/scripts/strip-kmod.sh
b/scripts/strip-kmod.sh
index 7886cd907f0a278a9b38a0586cd96e268db51deb..28be35ea7cc7c540e5052e60dc1df8e25a44cbfa 100755
(executable)
--- a/
scripts/strip-kmod.sh
+++ b/
scripts/strip-kmod.sh
@@
-1,4
+1,4
@@
-#!/
usr/bin/env ba
sh
+#!/
bin/
sh
[ -n "$CROSS" ] || {
echo "The variable CROSS must be set to point to the cross-compiler prefix"
exit 1