Closed ryanvolpe closed 6 years ago
As reported in issue #8, certain Bash configurations apparently do not like the arr=( "${arr[@]}" "item" ) array assignment paradigm.
arr=( "${arr[@]}" "item" )
This change ensures that these assignments have a default value.
I'm merging this PR since the core branch doesn't include .travis.yml.
.travis.yml
As reported in issue #8, certain Bash configurations apparently do not like the
arr=( "${arr[@]}" "item" )
array assignment paradigm.This change ensures that these assignments have a default value.