From 9afa2e0d42187591685caf70cbbd040391b9cbb3 Mon Sep 17 00:00:00 2001 From: Bhaskar Chowdhury Date: Wed, 23 Jul 2025 04:23:01 +0530 Subject: [PATCH] tools/bootconfig: scripts/ftrace.sh was missing the shebang line, so added it This file was missing the shebang line, so added it. Link: https://lore.kernel.org/all/20250722225351.8811-1-unixbhaskar@gmail.com/ [Masami: changed title. ] Signed-off-by: Bhaskar Chowdhury Signed-off-by: Masami Hiramatsu (Google) --- 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 186eed923041d..cc5250c64699c 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.47.2