diff options
author | Tom Scogland <scogland1@llnl.gov> | 2015-12-30 10:13:46 -0800 |
---|---|---|
committer | Tom Scogland <scogland1@llnl.gov> | 2015-12-30 10:13:46 -0800 |
commit | 496e4856916cb881da916539635e9bfa3e1406af (patch) | |
tree | 0c69789f2e75967f7c79d5b696294c2b34a3500f /share | |
parent | 99a73c5991bd53fb6409c3ee2a684abb997d6473 (diff) | |
download | spack-496e4856916cb881da916539635e9bfa3e1406af.tar.gz spack-496e4856916cb881da916539635e9bfa3e1406af.tar.bz2 spack-496e4856916cb881da916539635e9bfa3e1406af.tar.xz spack-496e4856916cb881da916539635e9bfa3e1406af.zip |
removing check as it can cause failures in zsh
Diffstat (limited to 'share')
-rwxr-xr-x | share/spack/setup-env.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/share/spack/setup-env.sh b/share/spack/setup-env.sh index 4faae0d2c9..6503728d8f 100755 --- a/share/spack/setup-env.sh +++ b/share/spack/setup-env.sh @@ -55,7 +55,6 @@ # avoids the need to come up with a user-friendly naming scheme for # spack dotfiles. ######################################################################## -arrtest[0]='test' || (echo 'Failure: arrays not supported in this version of bash.' && exit 2) function spack { # save raw arguments into an array before butchering them |