mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
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>