kinvolk / racker

rack provisioning utility for Kinvolk projects
Apache License 2.0
14 stars 3 forks source link

installer/racker: Disable undefined var checker around array expansion #55

Closed joaquimrocha closed 3 years ago

joaquimrocha commented 3 years ago

In some versions of bash 4.*, expanding an empty array will result in an error, so we surround those calls by disabling/re-enabling the mentioned checker.