Closed akdev1l closed 1 year ago
when the assignment isn't split the return code of readonly overrides the shell expansion and causes it to keep going when it errors out despite set -eux
readonly
set -eux
see: https://www.shellcheck.net/wiki/SC2155
sorry small changes and I want to test the release-please stuff ;-(
when the assignment isn't split the return code of
readonly
overrides the shell expansion and causes it to keep going when it errors out despiteset -eux
see: https://www.shellcheck.net/wiki/SC2155