From 8726d2fe2e1e6c7b16fafb398fdcea851392c2cd Mon Sep 17 00:00:00 2001
From: Tom Scogland <scogland1@llnl.gov>
Date: Wed, 30 Dec 2015 10:29:11 -0800
Subject: [PATCH] removing ill-fated array check for non-portability

---
 share/spack/setup-env.sh | 1 -
 1 file changed, 1 deletion(-)

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
-- 
GitLab