projects
/
openwrt
/
staging
/
neocturne.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c24a14
)
build: fix shebang line
author
Michael Seibt
<github@roboschmie.de>
Mon, 5 Feb 2024 23:40:21 +0000
(
00:40
+0100)
committer
Chuanhong Guo
<gch981213@gmail.com>
Wed, 28 Feb 2024 04:31:33 +0000
(12:31 +0800)
Remove space between sharp-exclamation and interpreter.
Signed-off-by: Michael Seibt <github@roboschmie.de>
scripts/patch-kernel.sh
patch
|
blob
|
history
diff --git
a/scripts/patch-kernel.sh
b/scripts/patch-kernel.sh
index c2b7e7204952f93946a6075d546cbeae32c2627f..52750dde6edf19508a7cac9e8d4f92292e137810 100755
(executable)
--- a/
scripts/patch-kernel.sh
+++ b/
scripts/patch-kernel.sh
@@
-1,4
+1,4
@@
-#!
/bin/sh
+#!/bin/sh
# A little script I whipped up to make it easy to
# patch source trees and have sane error handling
# -Erik