Phillip Cloud created ARROW-13648:
-------------------------------------
Summary: Use #!/usr/bin/env bash instead of #!/bin/bash
Key: ARROW-13648
URL: https://issues.apache.org/jira/browse/ARROW-13648
Project: Apache Arrow
Issue Type: Improvement
Reporter: Phillip Cloud
Assignee: Phillip Cloud
Not all linuxen have {{bash}} at {{/bin/bash}}. Systems that support
{{#!/bin/bash}} support {{#!/usr/bin/env bash}}. The {{env}} variant will take
the first available bash interpreter as opposed to a hardcoded location.
Hopefully this is relatively uncontroversial.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)