]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #45961 - dereckson:unix-agnosticity-ci, r=Mark-Simulacrum
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Tue, 14 Nov 2017 15:52:11 +0000 (16:52 +0100)
committerGitHub <noreply@github.com>
Tue, 14 Nov 2017 15:52:11 +0000 (16:52 +0100)
commit529bb320f7d1c3a049fe5fe8d2542da4fb394dce
treeb508e06b0984d988b95f2992193a4f7ec0f4b670
parentd0b11b9bd1c36b9012612fc63bcf3424071ebf97
parentde8c57cb24da2685f06e80103936456a883ff203
Rollup merge of #45961 - dereckson:unix-agnosticity-ci, r=Mark-Simulacrum

Use #!/usr/bin/env as shebang for Bash scripts

On some systems, the bash command could be available in another
directory than /bin. As such, to offer an env shebang is more
convenient.

This make sense even for docker scripts, as you can use Docker
on FreeBSD or SmartOS for example.
src/ci/run.sh