build: fix shebang line
authorMichael Seibt <github@roboschmie.de>
Mon, 5 Feb 2024 23:40:21 +0000 (00:40 +0100)
committerChuanhong 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

index c2b7e7204952f93946a6075d546cbeae32c2627f..52750dde6edf19508a7cac9e8d4f92292e137810 100755 (executable)
@@ -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