aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRob Bradford <rob@linux.intel.com>2008-10-30 11:14:24 +0000
committerRob Bradford <rob@linux.intel.com>2008-10-30 11:14:24 +0000
commit0dc1dc4fbb0f25940e4ae0194eb041fcc7fac880 (patch)
tree733ba9796d33efa8904afe88117e8280aac362f6 /scripts
parent524323b86509903c2b30a4934af92a5d869dcae2 (diff)
downloadopenembedded-core-contrib-0dc1dc4fbb0f25940e4ae0194eb041fcc7fac880.tar.gz
poky-env-internal: Add quoting to support zsh.
Patch from Carl Simonson <simonsonc@gmail.com>.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/poky-env-internal2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/poky-env-internal b/scripts/poky-env-internal
index e1797a06c2..81b1425489 100755
--- a/scripts/poky-env-internal
+++ b/scripts/poky-env-internal
@@ -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"