Commit 89b491bc authored by Joel Granados's avatar Joel Granados
Browse files

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: default avatarJoel Granados <joel.granados@kernel.org>
parent 73184c8e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#!/usr/bin/gawk -f
#!/usr/bin/env -S gawk -f
# SPDX-License-Identifier: GPL-2.0

# Script to check sysctl documentation against source files