Skip to content

Commit 9afa2e0

Browse files
unixbhaskarmhiramat
authored andcommitted
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 <unixbhaskar@gmail.com> Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
1 parent 26dda57 commit 9afa2e0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/bootconfig/scripts/ftrace.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/bin/sh
12
# SPDX-License-Identifier: GPL-2.0-only
23

34
clear_trace() { # reset trace output

0 commit comments

Comments
 (0)