Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <joel.granados@kernel.org>
Acked-by: Luis Chamberlain <mcgrof@kernel.org>
Link: https://lore.kernel.org/r/20250122-jag-nix-ify-v1-1-addb3170f93c@kernel.org
Signed-off-by: Petr Pavlu <petr.pavlu@suse.com>

authored by

Joel Granados and committed by
Petr Pavlu
aa0fdccd 80e54e84

+1 -1
+1 -1
lib/tests/module/gen_test_kallsyms.sh
··· 1 - #!/bin/bash 1 + #!/usr/bin/env bash 2 2 3 3 TARGET=$(basename $1) 4 4 DIR=lib/tests/module