[openwrt/openwrt] build: fix shebang line

LEDE Commits lede-commits at lists.infradead.org
Tue Feb 27 20:35:02 PST 2024


981213 pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/404c76f78af21566d338bc5f21145657c560628c

commit 404c76f78af21566d338bc5f21145657c560628c
Author: Michael Seibt <github at roboschmie.de>
AuthorDate: Tue Feb 6 00:40:21 2024 +0100

    build: fix shebang line
    
    Remove space between sharp-exclamation and interpreter.
    
    Signed-off-by: Michael Seibt <github at roboschmie.de>
---
 scripts/patch-kernel.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/patch-kernel.sh b/scripts/patch-kernel.sh
index c2b7e72049..52750dde6e 100755
--- 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




More information about the lede-commits mailing list