]> code.ossystems Code Review - openembedded-core.git/commit
oe-buildenv-internal: Some clean up
authorPeter Kjellerstedt <pkj@axis.com>
Tue, 15 Mar 2016 16:58:07 +0000 (17:58 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 20 Mar 2016 22:57:59 +0000 (22:57 +0000)
commit791eec016792c3f4c04b12ae6ff93c1e23266f87
tree2a9631132a58748286bee0646e4eb796155a7ec7
parent516b63fd9dea6fcc304fca920206467d2565dede
oe-buildenv-internal: Some clean up

* Consistent indentation (four spaces)
* Use [ -z ...] and [ -n ... ] where possible
* Unset temporary variables
* Use $(...) instead of `...`
* Avoid an unnecessary call to expr

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/oe-buildenv-internal