diff options
Diffstat (limited to 'scripts/poky-env-internal')
-rwxr-xr-x | scripts/poky-env-internal | 2 |
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='' | |||
40 | unset BDIR | 40 | unset BDIR |
41 | 41 | ||
42 | BUILD_ARCH=`uname -m` | 42 | BUILD_ARCH=`uname -m` |
43 | BUILD_OS=`uname | tr [A-Z] [a-z]` | 43 | BUILD_OS=`uname | tr '[A-Z]' '[a-z]'` |
44 | BUILD_SYS="$BUILD_ARCH-$BUILD_OS" | 44 | BUILD_SYS="$BUILD_ARCH-$BUILD_OS" |
45 | 45 | ||
46 | PATH="$BBDIR/bin/:$OEROOT/scripts:$PATH" | 46 | PATH="$BBDIR/bin/:$OEROOT/scripts:$PATH" |