Skip to content

Commit 02b072f

Browse files
committed
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 parent 6519dba commit 02b072f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/testing/selftests/sysctl/sysctl.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
# SPDX-License-Identifier: GPL-2.0-or-later OR copyleft-next-0.3.1
33
# Copyright (C) 2017 Luis R. Rodriguez <mcgrof@kernel.org>
44

0 commit comments

Comments
 (0)