[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <f33823176ba34268a912d1bce6ca2a4ab171df0f.1753182971.git.unixbhaskar@gmail.com>
Date: Tue, 22 Jul 2025 16:47:00 +0530
From: Bhaskar Chowdhury <unixbhaskar@...il.com>
To: rdunlap@...radead.org,
linux-kernel@...r.kernel.org
Cc: Bhaskar Chowdhury <unixbhaskar@...il.com>
Subject: [PATCH 04/11] Shebang line was missing,fixed
Added the shebang line at the top of file.
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>
---
arch/powerpc/tools/head_check.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/powerpc/tools/head_check.sh b/arch/powerpc/tools/head_check.sh
index 689907cda996..a9cd06958921 100644
--- a/arch/powerpc/tools/head_check.sh
+++ b/arch/powerpc/tools/head_check.sh
@@ -1,3 +1,4 @@
+#!/bin/sh
# Copyright © 2016 IBM Corporation
# This program is free software; you can redistribute it and/or
--
2.49.1
Powered by blists - more mailing lists