Houston Putman created SOLR-15534:
-------------------------------------
Summary: Consistently use /usr/bin/env in script shebangs
Key: SOLR-15534
URL: https://issues.apache.org/jira/browse/SOLR-15534
Project: Solr
Issue Type: Improvement
Security Level: Public (Default Security Level. Issues are Public)
Reporter: Houston Putman
{{\#\!/bin/bash}} is used consistently throughout the project, but we should
coalesce around the better option of {{\#\!/usr/bin/env bash}}
It would be even better if we could add a gradle task to ensure this for all
files in the project, regardless of if the file is a bash script or not. We
should ensure that {{\#\!/usr/bin/env}} is used for all shebangs throughout the
project.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]