[
https://issues.apache.org/jira/browse/ARROW-13648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated ARROW-13648:
-----------------------------------
Labels: pull-request-available (was: )
> Use #!/usr/bin/env instead of #!/bin where possible
> ---------------------------------------------------
>
> Key: ARROW-13648
> URL: https://issues.apache.org/jira/browse/ARROW-13648
> Project: Apache Arrow
> Issue Type: Improvement
> Reporter: Phillip Cloud
> Assignee: Phillip Cloud
> Priority: Minor
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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)