[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <de993a86a24cedf6a451cfb873031330f7d17458.1753182971.git.unixbhaskar@gmail.com>
Date: Tue, 22 Jul 2025 16:47:04 +0530
From: Bhaskar Chowdhury <unixbhaskar@...il.com>
To: rdunlap@...radead.org,
linux-kernel@...r.kernel.org
Cc: Bhaskar Chowdhury <unixbhaskar@...il.com>
Subject: [PATCH 08/11] Shebang line was missing,fixed
Added the shebang line at the top of file.
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