diff options
author | Mickaël Salaün <mic@digikod.net> | 2025-03-06 19:05:58 +0100 |
---|---|---|
committer | Kees Cook <kees@kernel.org> | 2025-03-07 19:58:05 -0800 |
commit | d2cf8ccf5a1871058a083c00efe37d7eb91bf6bd (patch) | |
tree | 1aa9f3655b83c754f7b4cc2a68fb2782ce02356d /samples/check-exec/run-script-ask.sh | |
parent | 71c769231ff73289c8f988453987af60f1d04da3 (diff) |
samples/check-exec: Fix script name
run-script-ask.sh had an incorrect file extension. This helper script
is not used by kselftests.
Fixes: 2a69962be4a7 ("samples/check-exec: Add an enlighten "inc" interpreter and 28 tests")
Signed-off-by: Mickaël Salaün <mic@digikod.net>
Link: https://lore.kernel.org/r/20250306180559.1289243-1-mic@digikod.net
Signed-off-by: Kees Cook <kees@kernel.org>
Diffstat (limited to 'samples/check-exec/run-script-ask.sh')
-rwxr-xr-x | samples/check-exec/run-script-ask.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/samples/check-exec/run-script-ask.sh b/samples/check-exec/run-script-ask.sh new file mode 100755 index 0000000000000..8ef0fdc372663 --- /dev/null +++ b/samples/check-exec/run-script-ask.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env sh +# SPDX-License-Identifier: BSD-3-Clause + +DIR="$(dirname -- "$0")" + +PATH="${PATH}:${DIR}" + +set -x +"${DIR}/script-ask.inc" |