]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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 23:12:30 +0000 (23:12 +0000)
commit76f10fd0469805553153684bc64c9120ea8ffd11
tree08c14c7b783d827629960a2a17749354114a534f
parent4d1efc38ca1485b18da63d5aff3803fe2959c225
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

(From OE-Core rev: 791eec016792c3f4c04b12ae6ff93c1e23266f87)

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