summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2022-05-27 23:23:48 +1000
committerAmitay Isaacs <amitay@samba.org>2022-07-22 16:09:31 +0000
commitdb37043bc5c67e536bcaaf1941cb12ec2e72efc9 (patch)
treee61914f3cdf82eabd53d5ab81e234ff377702013 /python
parent00f1d6d94764ba1312500c72fd08e7df3fae064b (diff)
downloadsamba-db37043bc5c67e536bcaaf1941cb12ec2e72efc9.tar.gz
samba-db37043bc5c67e536bcaaf1941cb12ec2e72efc9.tar.bz2
samba-db37043bc5c67e536bcaaf1941cb12ec2e72efc9.zip
ctdb-scripts: Avoid ShellCheck warning SC2295
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>
Diffstat (limited to 'python')
0 files changed, 0 insertions, 0 deletions