Skip to content

Commit 89b491b

Browse files
committed
docs: nixify check-sysctl-docs
Use "#!/usr/bin/env -S gawk -f" instead of "#!/bin/gawk". Needed for testing in nix environments as they only provide /usr/bin/env at the standard location. Signed-off-by: Joel Granados <[email protected]>
1 parent 73184c8 commit 89b491b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check-sysctl-docs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/gawk -f
1+
#!/usr/bin/env -S gawk -f
22
# SPDX-License-Identifier: GPL-2.0
33

44
# Script to check sysctl documentation against source files

0 commit comments

Comments
 (0)