mirror of
git://git.yoctoproject.org/poky
synced 2026-08-11 13:22:52 +00:00
poky-env-internal: Add quoting to support zsh.
Patch from Carl Simonson <simonsonc@gmail.com>.
This commit is contained in:
parent
524323b865
commit
0dc1dc4fbb
@ -40,7 +40,7 @@ MSG=''
|
||||
unset BDIR
|
||||
|
||||
BUILD_ARCH=`uname -m`
|
||||
BUILD_OS=`uname | tr [A-Z] [a-z]`
|
||||
BUILD_OS=`uname | tr '[A-Z]' '[a-z]'`
|
||||
BUILD_SYS="$BUILD_ARCH-$BUILD_OS"
|
||||
|
||||
PATH="$BBDIR/bin/:$OEROOT/scripts:$PATH"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user