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 <[email protected]>
1 parent 6519dba commit 02b072f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 <[email protected]>
44

0 commit comments

Comments
 (0)