summaryrefslogtreecommitdiffstats
path: root/oe-init-build-env
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-20 17:35:59 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-21 00:29:30 +0100
commit0441fe20e77907237a04e42a06991f3163daabb3 (patch)
treecb0312a6660082c758540725adff454d48934c31 /oe-init-build-env
parent6e95cb246f39e4d49d46761b9a7d51c858ac7e9d (diff)
downloadpoky-0441fe20e77907237a04e42a06991f3163daabb3.tar.gz
oe-init-build-env: Fix typo
(From OE-Core rev: 16e7d595987634e503104395663f7084108ced9a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'oe-init-build-env')
-rwxr-xr-xoe-init-build-env2
1 files changed, 1 insertions, 1 deletions
diff --git a/oe-init-build-env b/oe-init-build-env
index 87929d119d..4b1b708d86 100755
--- a/oe-init-build-env
+++ b/oe-init-build-env
@@ -19,7 +19,7 @@
19# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 20
21# 21#
22# Normally this is called as '. ./poky-init-buildenv builddir' 22# Normally this is called as '. ./oe-init-build-env builddir'
23# 23#
24# This works in most shells (not dash), but not all of them pass arg1 when 24# This works in most shells (not dash), but not all of them pass arg1 when
25# being sourced. To workaround the shell limitation use "set arg1" prior 25# being sourced. To workaround the shell limitation use "set arg1" prior