diff options
author | William Lyu <William.Lyu@windriver.com> | 2024-04-02 06:33:59 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-04-02 17:54:04 -0700 |
commit | c3541b903fed3d8bebefaf219e432e5162c54ede (patch) | |
tree | 58742e2ac88fb82d92db02a6579984f4847667c8 /meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python/0001-setup.py-Use-setuptools-instead-of-distutils.patch | |
parent | 77fcf5acd7f9839218d2f26c5e1ffbca405776cc (diff) | |
download | meta-openembedded-c3541b903fed3d8bebefaf219e432e5162c54ede.tar.gz |
nftables: Fix ShellCheck violations in ptest wrapper script "run-ptest"
The following ShellCheck violations in "run-ptest" are fixed:
- line 4:
SC2164: Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
- line 7:
SC2086: Double quote to prevent globbing and word splitting.
- line 9:
SC2006: Use $(...) notation instead of legacy backticks `...`.
SC2086: Double quote to prevent globbing and word splitting.
SC2126: Consider using 'grep -c' instead of 'grep|wc -l'.
- line 10:
SC2006: Use $(...) notation instead of legacy backticks `...`.
SC2086: Double quote to prevent globbing and word splitting.
SC2126: Consider using 'grep -c' instead of 'grep|wc -l'.
- line 17:
SC2086: Double quote to prevent globbing and word splitting.
Signed-off-by: William Lyu <William.Lyu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python/0001-setup.py-Use-setuptools-instead-of-distutils.patch')
0 files changed, 0 insertions, 0 deletions