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/[email protected]/ [Masami: changed title. ] Signed-off-by: Bhaskar Chowdhury <[email protected]> Signed-off-by: Masami Hiramatsu (Google) <[email protected]>
1 parent 26dda57 commit 9afa2e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)