Merge pull request #288 from trws/zsh-array-fix
removing ill-fated array check for non-portability
This commit is contained in:
commit
d842365e4c
1 changed files with 0 additions and 1 deletions
|
@ -55,7 +55,6 @@
|
||||||
# avoids the need to come up with a user-friendly naming scheme for
|
# avoids the need to come up with a user-friendly naming scheme for
|
||||||
# spack dotfiles.
|
# spack dotfiles.
|
||||||
########################################################################
|
########################################################################
|
||||||
arrtest[0]='test' || (echo 'Failure: arrays not supported in this version of bash.' && exit 2)
|
|
||||||
|
|
||||||
function spack {
|
function spack {
|
||||||
# save raw arguments into an array before butchering them
|
# save raw arguments into an array before butchering them
|
||||||
|
|
Loading…
Reference in a new issue