[COMMON] Fix condition equality bashisms 97/118997/6
authorGuillaume Lambert <guillaume.lambert@orange.com>
Tue, 9 Mar 2021 20:52:32 +0000 (21:52 +0100)
committerKrzysztof Opasiak <k.opasiak@samsung.com>
Fri, 16 Apr 2021 08:03:10 +0000 (08:03 +0000)
pointed out by checkbashisms.

$ mycmd=$(tox -e checkbashisms | grep "(should be 'b = a')" | sed -e
  "s@^[^.]*\(.[^ ]*\) line \([0-9]*\) .*@sed -i -e '\2s/==/=/g' \1;@")

$ eval $mycmd

Issue-ID: OOM-2643
Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: I9032130bc4717e111de11a73187c2f1052376e45


No differences found