arti/maint
Emil Engler 79097484de
shell: use /usr/bin/env instead of absolute paths
This commit changes the shebang in all shell scripts from absolute
paths (such as `/bin/bash` or `/usr/bin/python3`) to the `/usr/bin/env`
binary with the accompanying interpreter as it's argument.

The reason for this are as follows:
- NixOS cannot work with absolute paths
- BSD systems install their packages in /usr/local/bin
2023-01-25 18:35:53 +01:00
..
hooks shell: use /usr/bin/env instead of absolute paths 2023-01-25 18:35:53 +01:00
stunt shell: use /usr/bin/env instead of absolute paths 2023-01-25 18:35:53 +01:00
add_warning shell: use /usr/bin/env instead of absolute paths 2023-01-25 18:35:53 +01:00
adhoc-add-lint-blocks shell: use /usr/bin/env instead of absolute paths 2023-01-25 18:35:53 +01:00
binary_size shell: use /usr/bin/env instead of absolute paths 2023-01-25 18:35:53 +01:00
cargo_audit shell: use /usr/bin/env instead of absolute paths 2023-01-25 18:35:53 +01:00
cargo_check_target shell: use /usr/bin/env instead of absolute paths 2023-01-25 18:35:53 +01:00
cargo_sort shell: use /usr/bin/env instead of absolute paths 2023-01-25 18:35:53 +01:00
changed_crates shell: use /usr/bin/env instead of absolute paths 2023-01-25 18:35:53 +01:00
check_doc_features shell: use /usr/bin/env instead of absolute paths 2023-01-25 18:35:53 +01:00
check_licenses shell: use /usr/bin/env instead of absolute paths 2023-01-25 18:35:53 +01:00
check_toposort shell: use /usr/bin/env instead of absolute paths 2023-01-25 18:35:53 +01:00
check_tree shell: use /usr/bin/env instead of absolute paths 2023-01-25 18:35:53 +01:00
ci_log_span shell: use /usr/bin/env instead of absolute paths 2023-01-25 18:35:53 +01:00
coverage shell: use /usr/bin/env instead of absolute paths 2023-01-25 18:35:53 +01:00
coverage_fuzz_corpora shell: use /usr/bin/env instead of absolute paths 2023-01-25 18:35:53 +01:00
crate_versions shell: use /usr/bin/env instead of absolute paths 2023-01-25 18:35:53 +01:00
docker_reproducible_build shell: use /usr/bin/env instead of absolute paths 2023-01-25 18:35:53 +01:00
downgrade_dependencies shell: use /usr/bin/env instead of absolute paths 2023-01-25 18:35:53 +01:00
exclude_contributors.txt rename *.sh scripts to bare name 2022-02-18 11:46:06 +00:00
fuzz_it_all shell: use /usr/bin/env instead of absolute paths 2023-01-25 18:35:53 +01:00
gen_md_links shell: use /usr/bin/env instead of absolute paths 2023-01-25 18:35:53 +01:00
list_crates shell: use /usr/bin/env instead of absolute paths 2023-01-25 18:35:53 +01:00
list_crates.py switch from awk to python 2022-08-24 18:22:41 +02:00
matrix_test shell: use /usr/bin/env instead of absolute paths 2023-01-25 18:35:53 +01:00
matrix_test_cfg shell: use /usr/bin/env instead of absolute paths 2023-01-25 18:35:53 +01:00
postprocess_coverage_cobertura shell: use /usr/bin/env instead of absolute paths 2023-01-25 18:35:53 +01:00
postprocess_coverage_html shell: use /usr/bin/env instead of absolute paths 2023-01-25 18:35:53 +01:00
preserve shell: use /usr/bin/env instead of absolute paths 2023-01-25 18:35:53 +01:00
reproducible_build shell: use /usr/bin/env instead of absolute paths 2023-01-25 18:35:53 +01:00
shellcheck_all shell: use /usr/bin/env instead of absolute paths 2023-01-25 18:35:53 +01:00
thanks shell: use /usr/bin/env instead of absolute paths 2023-01-25 18:35:53 +01:00
via-cargo-install-in-ci shell: use /usr/bin/env instead of absolute paths 2023-01-25 18:35:53 +01:00
with_coverage shell: use /usr/bin/env instead of absolute paths 2023-01-25 18:35:53 +01:00