mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
poky-env-internal: Add quoting to support zsh.
Patch from Carl Simonson <simonsonc@gmail.com>.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user