From: Michael Seibt Date: Mon, 5 Feb 2024 23:40:21 +0000 (+0100) Subject: build: fix shebang line X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=404c76f78af21566d338bc5f21145657c560628c;p=openwrt%2Fstaging%2Fthess.git build: fix shebang line Remove space between sharp-exclamation and interpreter. Signed-off-by: Michael Seibt --- 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