diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2022-09-06 16:58:53 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-08 14:59:39 +0100 |
commit | 5db679c9173df1435a4437a6ac3eb24874309974 (patch) | |
tree | 6fcf473f0fa3313a49f2ac664fbaed80543c25cb /scripts/lib/scriptutils.py | |
parent | 1085192e8e8c127e170f0ef13d97a21192f57cb7 (diff) | |
download | poky-5db679c9173df1435a4437a6ac3eb24874309974.tar.gz |
oe-setup-builddir: Avoid shellcheck warnings
This avoid the following warnings:
* SC2086: Double quote to prevent globbing and word splitting.
* SC2164: Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
* SC2166: Prefer [ p ] || [ q ] as [ p -o q ] is not well defined.
* SC2236: Use -n instead of ! -z.
(From OE-Core rev: a5aa5065d5ebe9f320cb1415c6ff4d5d5772f630)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/scriptutils.py')
0 files changed, 0 insertions, 0 deletions