Closed gjkim42 closed 2 years ago
Currently, kind-action does not work in an environment of having bash before 4.4(e.g. CentOS 7.9) with the following error.
... args[@]: unbound variable
This PR makes kind-action support bash before v4.4.
ref: https://stackoverflow.com/questions/7577052/bash-empty-array-expansion-with-set-u
/cc @davidkarlsen Could you PTAL? Thanks!
Currently, kind-action does not work in an environment of having bash before 4.4(e.g. CentOS 7.9) with the following error.
This PR makes kind-action support bash before v4.4.
ref: https://stackoverflow.com/questions/7577052/bash-empty-array-expansion-with-set-u