[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250722220043.14862-1-unixbhaskar@gmail.com>
Date: Wed, 23 Jul 2025 03:29:36 +0530
From: Bhaskar Chowdhury <unixbhaskar@...il.com>
To: maddy@...ux.ibm.com,
mpe@...erman.id.au,
npiggin@...il.com,
christophe.leroy@...roup.eu,
unixbhaskar@...il.com,
linuxppc-dev@...ts.ozlabs.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] arch:powerpc:tools This file was missing shebang line, so added it
This file was missing the shebang line, so added it.
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