[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250722225351.8811-1-unixbhaskar@gmail.com>
Date: Wed, 23 Jul 2025 04:23:01 +0530
From: Bhaskar Chowdhury <unixbhaskar@...il.com>
To: mhiramat@...nel.org,
linux-kernel@...r.kernel.org,
linux-trace-kernel@...r.kernel.org
Cc: Bhaskar Chowdhury <unixbhaskar@...il.com>
Subject: [PATCH] tools:bootconfig:scripts This file was missing the shebang line, so added it
This file was missing the shebang line, so added it.
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
Powered by blists - more mailing lists