This email list is read-only. Emails sent to this list will be discarded
----------------------------------
scripts/poky-env-internal | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
New commits:
commit 0dc1dc4fbb0f25940e4ae0194eb041fcc7fac880
Author: Rob Bradford <[EMAIL PROTECTED]>
Date: Thu Oct 30 11:14:24 2008 +0000
poky-env-internal: Add quoting to support zsh.
Patch from Carl Simonson <[EMAIL PROTECTED]>.
Diff in this email is a maximum of 400 lines.
diff --git a/scripts/poky-env-internal b/scripts/poky-env-internal
index e1797a0..81b1425 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"
_______________________________________________
Commits mailing list
[email protected]
https://lists.moblin.org/mailman/listinfo/commits