vtk-m/Utilities/CI
Kenneth Moreland 186ee49583 Change CI script hash-bang from /bin/env to /usr/bin/env
Historically, the `/bin` directory on Unix has a reduced set of
commands used for small mounts while booting the system. As such,
it is common for `/bin` to be missing the `env` command.

For the same historical reasons, `/usr/bin` tends to have most if
not all commands provided to the user environment. Thus,
`/usr/bin/env` is more likely to exist than `/bin/env`. This is
in fact the case for Mac OSX, which is a very widely used version
of *nix.

Thus, it is better to use `#!/usr/bin/env` as the hash-bang in
scripts.
2020-06-29 06:58:51 -06:00
..
.gitignore Add scripts to allow developers to replicate CI environments 2020-04-09 13:54:20 -04:00
DeveloperSetup.md Add scripts to allow developers to replicate CI environments 2020-04-09 13:54:20 -04:00
reproduce_ci_env.py Change CI script hash-bang from /bin/env to /usr/bin/env 2020-06-29 06:58:51 -06:00
requirements.txt Add scripts to allow developers to replicate CI environments 2020-04-09 13:54:20 -04:00