Skip to content

Commit aa0fdcc

Browse files
Joelgranadospetrpavlu
authored andcommitted
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>
1 parent 80e54e8 commit aa0fdcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/tests/module/gen_test_kallsyms.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
TARGET=$(basename $1)
44
DIR=lib/tests/module

0 commit comments

Comments
 (0)