Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ctdb-scripts: Avoid shellcheck warnings SC2030, SC2031 (subshell vari…
…ables) SC2030: Modification of VAR is local (to subshell caused by (..) group). SC2031: VAR was modified in a subshell. That change might be lost. Fix a related, incorrect comment. Signed-off-by: Martin Schwenke <[email protected]> Reviewed-by: Amitay Isaacs <[email protected]>
- Loading branch information