[PATCH] tools:bootconfig:scripts This file was missing the shebang line, so added it

Bhaskar Chowdhury posted 1 patch 2 months, 2 weeks ago
tools/bootconfig/scripts/ftrace.sh | 1 +
1 file changed, 1 insertion(+)
[PATCH] tools:bootconfig:scripts This file was missing the shebang line, so added it
Posted by Bhaskar Chowdhury 2 months, 2 weeks ago
This file was missing the shebang line, so added it.

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 tools/bootconfig/scripts/ftrace.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/bootconfig/scripts/ftrace.sh b/tools/bootconfig/scripts/ftrace.sh
index 186eed923041..cc5250c64699 100644
--- a/tools/bootconfig/scripts/ftrace.sh
+++ b/tools/bootconfig/scripts/ftrace.sh
@@ -1,3 +1,4 @@
+#!/bin/sh
 # SPDX-License-Identifier: GPL-2.0-only

 clear_trace() { # reset trace output
--
2.49.1
Re: [PATCH] tools:bootconfig:scripts This file was missing the shebang line, so added it
Posted by Masami Hiramatsu (Google) 2 months, 2 weeks ago
On Wed, 23 Jul 2025 04:23:01 +0530
Bhaskar Chowdhury <unixbhaskar@gmail.com> wrote:

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

Good catch :) 

Let me pick this.

Thanks!

> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
>  tools/bootconfig/scripts/ftrace.sh | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tools/bootconfig/scripts/ftrace.sh b/tools/bootconfig/scripts/ftrace.sh
> index 186eed923041..cc5250c64699 100644
> --- a/tools/bootconfig/scripts/ftrace.sh
> +++ b/tools/bootconfig/scripts/ftrace.sh
> @@ -1,3 +1,4 @@
> +#!/bin/sh
>  # SPDX-License-Identifier: GPL-2.0-only
> 
>  clear_trace() { # reset trace output
> --
> 2.49.1
> 


-- 
Masami Hiramatsu (Google) <mhiramat@kernel.org>
Re: [PATCH] tools:bootconfig:scripts This file was missing the shebang line, so added it
Posted by Masami Hiramatsu (Google) 2 months, 1 week ago
On Wed, 23 Jul 2025 23:58:55 +0900
Masami Hiramatsu (Google) <mhiramat@kernel.org> wrote:

> On Wed, 23 Jul 2025 04:23:01 +0530
> Bhaskar Chowdhury <unixbhaskar@gmail.com> wrote:
> 
> > This file was missing the shebang line, so added it.

BTW, I will change the title as

tools/bootconfig: scripts/ftrace.sh was missing the shebang line, so added it

Thanks,

> > 
> 
> Good catch :) 
> 
> Let me pick this.
> 
> Thanks!
> 
> > Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> > ---
> >  tools/bootconfig/scripts/ftrace.sh | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/tools/bootconfig/scripts/ftrace.sh b/tools/bootconfig/scripts/ftrace.sh
> > index 186eed923041..cc5250c64699 100644
> > --- a/tools/bootconfig/scripts/ftrace.sh
> > +++ b/tools/bootconfig/scripts/ftrace.sh
> > @@ -1,3 +1,4 @@
> > +#!/bin/sh
> >  # SPDX-License-Identifier: GPL-2.0-only
> > 
> >  clear_trace() { # reset trace output
> > --
> > 2.49.1
> > 
> 
> 
> -- 
> Masami Hiramatsu (Google) <mhiramat@kernel.org>


-- 
Masami Hiramatsu (Google) <mhiramat@kernel.org>