summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2015-12-30 10:34:31 -0800
committerTodd Gamblin <tgamblin@llnl.gov>2015-12-30 10:34:31 -0800
commitd842365e4ce2cd7232c6ff478964a9c23e43a116 (patch)
tree5798ae905ac22aa158b10668d40ea5f7ee446fd4
parent3e3667f254cd9c288fbb2641c51ed871a28f0112 (diff)
parent8726d2fe2e1e6c7b16fafb398fdcea851392c2cd (diff)
downloadspack-d842365e4ce2cd7232c6ff478964a9c23e43a116.tar.gz
spack-d842365e4ce2cd7232c6ff478964a9c23e43a116.tar.bz2
spack-d842365e4ce2cd7232c6ff478964a9c23e43a116.tar.xz
spack-d842365e4ce2cd7232c6ff478964a9c23e43a116.zip
Merge pull request #288 from trws/zsh-array-fix
removing ill-fated array check for non-portability
-rwxr-xr-xshare/spack/setup-env.sh1
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