Commits


Phillip Cloud authored and Krisztián Szűcs committed d3af6d479bd
ARROW-13648: [Dev] Use #!/usr/bin/env instead of #!/bin where possible This PR replaces most of the use of hardcoded paths to things `#!/bin` and `#!/usr/bin`, so most of the tools in `dev` and a bunch of the C++ development tools are usable on systems that don't have bash at this location. Closes #10953 from cpcloud/arrow-13648 Authored-by: Phillip Cloud <417981+cpcloud@users.noreply.github.com> Signed-off-by: Krisztián Szűcs <szucs.krisztian@gmail.com>