vtk-m/Utilities
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
..
CI Change CI script hash-bang from /bin/env to /usr/bin/env 2020-06-29 06:58:51 -06:00
Git Add ability to get VTK-m version from git 2017-01-26 10:02:04 -07:00
GitSetup Merge branch 'upstream-GitSetup' into lfs-setup-fixups 2020-04-02 12:46:57 -04:00
hooks hooks: add hook chains for development checks and LFS 2020-04-02 12:51:43 -04:00
Scripts benchmarks: pass unparsed args to Google benchmark 2020-04-21 10:52:31 -04:00
SetupForDevelopment.sh hooks: add hook chains for development checks and LFS 2020-04-02 12:51:43 -04:00
update-gitsetup.bash gitsetup: get the lfs setup script 2020-04-02 12:46:37 -04:00
update-third-party.bash Add the update scripts needed to import GitSetup 2017-06-07 09:43:50 -04:00