diff options
| author | Patrick Williams <patrick@stwcx.xyz> | 2021-02-20 00:07:44 +0300 |
|---|---|---|
| committer | Patrick Williams <patrick@stwcx.xyz> | 2021-02-20 00:10:20 +0300 |
| commit | a469a0ffe98eb48e976a23675fdb02cf7d8b75e3 (patch) | |
| tree | c0be6e1d13e6053879e823dc08d6a56530d9ff33 /meta-openembedded/meta-python/recipes-devtools/python/python3-dnspython_2.1.0.bb | |
| parent | 36a3744b2cfd6beef9459e25d1999d5a8845b5f1 (diff) | |
| download | openbmc-a469a0ffe98eb48e976a23675fdb02cf7d8b75e3.tar.xz | |
setup: tolerate `which` failures
If this script is sourced in a shell that has something like
`set -e`, then it fails if the column program does not exist
because the `which columm` fails. Make a few changes to
tolerate this and not fail:
- Use $(...) rather than `...`.
- Use `... || true` when appropriate to allow continuance.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I9008778e8aee4747faa4decff74a2fb361a206ed
Diffstat (limited to 'meta-openembedded/meta-python/recipes-devtools/python/python3-dnspython_2.1.0.bb')
0 files changed, 0 insertions, 0 deletions
