]> code.ossystems Code Review - openembedded-core.git/commit
oe-buildenv-internal: Correct the sed expression which updates $PATH
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Mon, 21 Mar 2016 11:41:46 +0000 (12:41 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 21 Mar 2016 11:57:27 +0000 (11:57 +0000)
commit9c200760cbbe322ed884729eb395f389c863e1c8
tree346ddc11e4cc439ebf00047d9bfd5b03eca0c7b1
parentd3ab7005f0c899da9f9f132b22861bd5d4f952ba
oe-buildenv-internal: Correct the sed expression which updates $PATH

Without this, the code that adds paths to $PATH could cause it to end
up with a trailing : which would then cause an error from the sanity
checker.

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