sysctl: Nixify sysctl.sh
authorJoel Granados <joel.granados@kernel.org>
Thu, 26 Jun 2025 12:48:08 +0000 (14:48 +0200)
committerJoel Granados <joel.granados@kernel.org>
Wed, 23 Jul 2025 09:56:02 +0000 (11:56 +0200)
commit02b072fd9fe1c5e16b7ae8da2f4ae31c8ef6f6a3
treebf3578f79dfb56df3da4bbb387a508de72e3e576
parent6519dba9af439722b3fd938dec939792cc0ecf8e
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>
tools/testing/selftests/sysctl/sysctl.sh