mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00: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
|
unset BDIR
|
||||||
|
|
||||||
BUILD_ARCH=`uname -m`
|
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"
|
BUILD_SYS="$BUILD_ARCH-$BUILD_OS"
|
||||||
|
|
||||||
PATH="$BBDIR/bin/:$OEROOT/scripts:$PATH"
|
PATH="$BBDIR/bin/:$OEROOT/scripts:$PATH"
|
||||||
|
|||||||
Reference in New Issue
Block a user