Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfix: setup-env.sh detects bash even when bash is run as sh (spack#…
…11994) - `setup-env.sh` was not properly detecting a bash shell when bash was run as /bin/sh. - Detection routine now always reports bash when bash is run as sh, and no longer parses the path to the executable indicated in `$BASH`.
- Loading branch information