From: Joel Granados Date: Wed, 22 Jan 2025 10:33:49 +0000 (+0100) Subject: tests/module: nix-ify X-Git-Tag: v6.15-rc1~94^2~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aa0fdccda4076c81d07a0c0b05602ee2aa17a2be;p=thirdparty%2Flinux.git tests/module: nix-ify Use "#!/usr/bin/env bash" instead of "#!/bin/bash". This is necessary for nix environments as they only provide /usr/bin/env at the standard location. Signed-off-by: Joel Granados Acked-by: Luis Chamberlain Link: https://lore.kernel.org/r/20250122-jag-nix-ify-v1-1-addb3170f93c@kernel.org Signed-off-by: Petr Pavlu --- diff --git a/lib/tests/module/gen_test_kallsyms.sh b/lib/tests/module/gen_test_kallsyms.sh index 561dcac0f359c..31fe4ed63de83 100755 --- a/lib/tests/module/gen_test_kallsyms.sh +++ b/lib/tests/module/gen_test_kallsyms.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash TARGET=$(basename $1) DIR=lib/tests/module