]> Kevux Git Server - fll/commit
Bugfix: variables not being stored in array
authorKevin Day <thekevinday@gmail.com>
Wed, 17 Jul 2019 03:07:13 +0000 (22:07 -0500)
committerKevin Day <thekevinday@gmail.com>
Wed, 17 Jul 2019 03:12:50 +0000 (22:12 -0500)
commit4f414802e4af82941172b60a8ee5d7e4fa08ab76
tree552ed82fe84a834800fa3b8ca2df346e9c994dd2
parent68438aa2e189d0c44fb32d78424c6d12554efb82
Bugfix: variables not being stored in array

Do not directly use string in bash array arguments.
More recent versions of bash do not handle this as expected.
Move explicit string to a variable and then use that variable to access the array.
build/scripts/generate.sh