Skip to content

Commit 957ab7c

Browse files
committed
meson: add shebang line to kernel module build script
1 parent a7ecf3f commit 957ab7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/mesonbuildkmod.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/sh
2+
13
mkdir -p "$2/drivers/kmod.dir"
24
cp -Rf "$1/drivers/"* "$2/drivers/kmod.dir"
35
rm -f "$2/drivers/kmod.dir/meson.build" "$2/drivers/kmod.dir/mesonbuild.sh"

0 commit comments

Comments
 (0)