summaryrefslogtreecommitdiff
path: root/meta-ibm/meta-romulus/conf/local.conf.sample
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2021-02-20 00:07:44 +0300
committerPatrick Williams <patrick@stwcx.xyz>2021-02-20 00:10:20 +0300
commita469a0ffe98eb48e976a23675fdb02cf7d8b75e3 (patch)
treec0be6e1d13e6053879e823dc08d6a56530d9ff33 /meta-ibm/meta-romulus/conf/local.conf.sample
parent36a3744b2cfd6beef9459e25d1999d5a8845b5f1 (diff)
downloadopenbmc-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-ibm/meta-romulus/conf/local.conf.sample')
0 files changed, 0 insertions, 0 deletions