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

sysctl: Nixify sysctl.sh

Use "#!/usr/bin/env bash" instead of "#!/bin/bash". Needed for testing
in nix environments as they only provide /usr/bin/env at the standard
location.

Signed-off-by: Joel Granados <joel.granados@kernel.org>

+1 -1
+1 -1
tools/testing/selftests/sysctl/sysctl.sh
··· 1 - #!/bin/bash 1 + #!/usr/bin/env bash 2 2 # SPDX-License-Identifier: GPL-2.0-or-later OR copyleft-next-0.3.1 3 3 # Copyright (C) 2017 Luis R. Rodriguez <mcgrof@kernel.org> 4 4