diff options
author | Guillaume Lambert <guillaume.lambert@orange.com> | 2021-04-26 21:46:56 +0200 |
---|---|---|
committer | Guillaume Lambert <guillaume.lambert@orange.com> | 2021-05-17 14:35:43 +0200 |
commit | ba6e50fd66d06231ff96f9a9c9a4b25b91fa5623 (patch) | |
tree | 7363eb42829666842f6cd791b7f90a3fcbba0793 /kubernetes/common/cassandra/templates | |
parent | 8f41d3f2fe323433c84ee2ad4b49c49c59ba7996 (diff) |
[COMMON] Fix condition bracket bashisms - step 1
pointed out by checkbashisms
$ mycmd=$(tox -e checkbashisms
| grep '(\[\[ foo \]\] should be \[ foo \])'
| sed -e "s@^[^.]*\(.[^ ]*\) line \([0-9]*\) .*@sed -i '\2s/\\\[\\\[\\\(
[^]]*\\\)\\\]\\\]/[\\\1]/g' \1;@")
$ eval $mycmd
plus fix manually quoting hells induced and bash specific regex
and multi-conditions
Issue-ID: OOM-2643
Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: Ie7ca5b71938fae22c200b7fead418618160fbe19
Diffstat (limited to 'kubernetes/common/cassandra/templates')
0 files changed, 0 insertions, 0 deletions