diff options
| author | Bhaskar Chowdhury <unixbhaskar@gmail.com> | 2025-07-23 01:53:01 +0300 |
|---|---|---|
| committer | Masami Hiramatsu (Google) <mhiramat@kernel.org> | 2025-07-23 18:23:39 +0300 |
| commit | 9afa2e0d42187591685caf70cbbd040391b9cbb3 (patch) | |
| tree | b8ef01236ee555804296123935b5a219e59b8ed9 /tools/bootconfig/scripts | |
| parent | 26dda57695090e05c1a99c3e8f802f862d1ac474 (diff) | |
| download | linux-9afa2e0d42187591685caf70cbbd040391b9cbb3.tar.xz | |
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>
Diffstat (limited to 'tools/bootconfig/scripts')
| -rw-r--r-- | tools/bootconfig/scripts/ftrace.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
