* [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
0 siblings, 1 reply; 3+ 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] 3+ messages in thread
* Re: [PATCH] arch:powerpc:tools This file was missing shebang line, so added it
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
0 siblings, 1 reply; 3+ messages in thread
From: Stephen Rothwell @ 2025-07-22 23:22 UTC (permalink / raw)
To: Bhaskar Chowdhury
Cc: maddy, mpe, npiggin, christophe.leroy, linuxppc-dev, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 910 bytes --]
Hi Bhaskar,
On Wed, 23 Jul 2025 03:29:36 +0530 Bhaskar Chowdhury <unixbhaskar@gmail.com> wrote:
>
> 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
Reviewed-by: Stephen Rothwell <sfr@canb.auug.org.au>
I used "shellcheck -s sh" to double check that it is in fact a bourne
shell script and it is invoked with $(CONFIG_SHELL), so it had better
be :-)
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] arch:powerpc:tools This file was missing shebang line, so added it
2025-07-22 23:22 ` Stephen Rothwell
@ 2025-07-22 23:27 ` Bhaskar Chowdhury
0 siblings, 0 replies; 3+ messages in thread
From: Bhaskar Chowdhury @ 2025-07-22 23:27 UTC (permalink / raw)
To: Stephen Rothwell
Cc: maddy, mpe, npiggin, christophe.leroy, linuxppc-dev, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1189 bytes --]
On 09:22 Wed 23 Jul 2025, Stephen Rothwell wrote:
>Hi Bhaskar,
>
>On Wed, 23 Jul 2025 03:29:36 +0530 Bhaskar Chowdhury <unixbhaskar@gmail.com> wrote:
>>
>> 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
>
>Reviewed-by: Stephen Rothwell <sfr@canb.auug.org.au>
>
>I used "shellcheck -s sh" to double check that it is in fact a bourne
>shell script and it is invoked with $(CONFIG_SHELL), so it had better
>be :-)
>
Hi Stephen,
I will make sure to check like that, next time onwards. Thanks for the
headsup. :)
>--
>Cheers,
>Stephen Rothwell
--
Thanks,
Bhaskar
"Here's looking at you kid"-- Casablanca
https://about.me/unixbhaskar
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-07-22 23:27 UTC | newest]
Thread overview: 3+ 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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).