mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-08-26 21:52:20 +00:00

run-script-ask.sh had an incorrect file extension. This helper script
is not used by kselftests.
Fixes: 2a69962be4
("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>
10 lines
139 B
Bash
Executable File
10 lines
139 B
Bash
Executable File
#!/usr/bin/env sh
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
DIR="$(dirname -- "$0")"
|
|
|
|
PATH="${PATH}:${DIR}"
|
|
|
|
set -x
|
|
"${DIR}/script-ask.inc"
|