]> 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:07:13 +0000 (22:07 -0500)
commit49d376e970d568f550d1d349fc41f39d960f5a0d
treef8d5f0f543bbffe928777ba3555371b56bbbc60a
parentf252ad7f34050945bddb20fee70312a2373c0d95
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