diff options
author | Juro Bystricky <juro.bystricky@intel.com> | 2016-10-28 15:14:56 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-06 23:35:32 +0000 |
commit | 4ade824280ddd45748729f4549d2dadbbe056cd9 (patch) | |
tree | 5bd8b31286d505f890bc78ce65ecafe6aae04334 /scripts | |
parent | 86973c08432985c2f32ffdd18458065c5b2a89dc (diff) | |
download | poky-4ade824280ddd45748729f4549d2dadbbe056cd9.tar.gz |
build-appliance-image: Fix incorrect PATH
When modifying the PATH variable in .bashrc, double quote characters
were used, resulting in expanding the variable $PATH with the value of
PATH of the system building the Build Appliance.
The original intent was to enter an un-expanded (literal) $PATH.
In order to that, one must use single quotes instead of double quotes.
[YOCTO#10434] [YOCTO#10504]
(From OE-Core rev: 6238faf901956e2a350315a66ca1ce557deaa513)
Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions