Skip to content

shellcheck: separate `readonly` from command assignments

Ben Boeckel requested to merge ben.boeckel/ghostflow-director:shellcheck into master

Otherwise the return code from the $() expression is ignored in favor of the readonly result.


Based on !305 (merged) to avoid conflicts.

Edited by Ben Boeckel

Merge request reports