LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arch:powerpc:tools This file was missing shebang line, so added it
@ 2025-07-22 21:59 Bhaskar Chowdhury
  2025-07-22 23:22 ` Stephen Rothwell
  2025-11-21  2:55 ` Madhavan Srinivasan
  0 siblings, 2 replies; 4+ messages in thread
From: Bhaskar Chowdhury @ 2025-07-22 21:59 UTC (permalink / raw)
  To: maddy, mpe, npiggin, christophe.leroy, unixbhaskar, linuxppc-dev,
	linux-kernel

This file was missing the shebang line, so added it.

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.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



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-11-21  4:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-22 21:59 [PATCH] arch:powerpc:tools This file was missing shebang line, so added it Bhaskar Chowdhury
2025-07-22 23:22 ` Stephen Rothwell
2025-07-22 23:27   ` Bhaskar Chowdhury
2025-11-21  2:55 ` Madhavan Srinivasan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox