k3s/hack/lib
Kubernetes Submit Queue b5f61ac129
Merge pull request #62657 from matthyx/master
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Update all script shebangs to use /usr/bin/env interpreter instead of /bin/interpreter

This is required to support systems where bash doesn't reside in /bin (such as NixOS, or the *BSD family) and allow users to specify a different interpreter version through $PATH manipulation.
https://www.cyberciti.biz/tips/finding-bash-perl-python-portably-using-env.html
```release-note
Use /usr/bin/env in all script shebangs to increase portability.
```
2018-05-02 19:44:32 -07:00
..
.gitattributes Capture git export-subst strings in version.sh for 'git archive' use. 2017-11-09 16:36:27 -08:00
BUILD cluster: move logging library to hack/ 2018-01-13 16:37:50 -08:00
etcd.sh Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
golang.sh Merge pull request #62657 from matthyx/master 2018-05-02 19:44:32 -07:00
init.sh Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
logging.sh Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
protoc.sh Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
swagger.sh Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
test.sh Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
util.sh Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
version.sh Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00