[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250723235855.7e84eb3b5ed67975e1d16ca3@kernel.org>
Date: Wed, 23 Jul 2025 23:58:55 +0900
From: Masami Hiramatsu (Google) <mhiramat@...nel.org>
To: Bhaskar Chowdhury <unixbhaskar@...il.com>
Cc: linux-kernel@...r.kernel.org, linux-trace-kernel@...r.kernel.org
Subject: Re: [PATCH] tools:bootconfig:scripts This file was missing the
shebang line, so added it
On Wed, 23 Jul 2025 04:23:01 +0530
Bhaskar Chowdhury <unixbhaskar@...il.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@...il.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@...nel.org>
Powered by blists - more mailing lists