commit | 785bc3875ee2c3a45caf6ba2244d5e3b6e6b36b1 | [log] [tgz] |
---|---|---|
author | Guillaume Lambert <guillaume.lambert@orange.com> | Tue Mar 09 21:41:30 2021 +0100 |
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | Wed Apr 14 13:26:30 2021 +0000 |
tree | dadeb1a1439eddf4920891e6b666ad671ec34cc2 | |
parent | d3166747bb93ccaba9d471acce373850d7d6f35f [diff] |
[COMMON] Fix function declarations bashisms pointed out by checkbashisms. $ mycmd=$(tox -e checkbashisms | grep "^possible .*'function' is useless " | sed -e "s@^[^.]*\(.[^ ]*\) line \([0-9]*\) .*@sed -i -e '\2s/functio n \\\([^ ()]*\\\) *(\\\?)\\\?/\\\1 ()/\' -e '\2s/(){/() {/' \1;@") $ eval $mycmd Issue-ID: OOM-2643 Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com> Change-Id: Ic41c8ba8288b7a90db9f5775cd601c09ff2ab663