mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
db37043bc5
For example: In /home/martins/samba/samba/ctdb/tools/onnode line 304: [ "$nodes" != "${nodes%[ ${nl}]*}" ] && verbose=true ^---^ SC2295 (info): Expansions inside ${..} need to be quoted separately, otherwise they match as patterns. Did you mean: [ "$nodes" != "${nodes%[ "${nl}"]*}" ] && verbose=true For more information: https://www.shellcheck.net/wiki/SC2295 -- Expansions inside ${..} need to b... Who knew? Thanks ShellCheck! Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com> |
||
---|---|---|
.. | ||
cluster.bash | ||
common.sh | ||
integration_local_daemons.bash | ||
integration_real_cluster.bash | ||
integration.bash | ||
script_install_paths.sh | ||
test_wrap | ||
unit.sh |