From 404c76f78af21566d338bc5f21145657c560628c Mon Sep 17 00:00:00 2001 From: Michael Seibt Date: Tue, 6 Feb 2024 00:40:21 +0100 Subject: [PATCH] build: fix shebang line Remove space between sharp-exclamation and interpreter. Signed-off-by: Michael Seibt --- 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