diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-20 17:35:59 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-20 18:47:31 +0100 |
commit | 16e7d595987634e503104395663f7084108ced9a (patch) | |
tree | 8b79eb5cad0f5475408129136628c0b83c5ec468 /oe-init-build-env | |
parent | 560b04181d8f51d189b99f01a72f17210dadf7a3 (diff) | |
download | openembedded-core-contrib-16e7d595987634e503104395663f7084108ced9a.tar.gz |
oe-init-build-env: Fix typo
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'oe-init-build-env')
-rwxr-xr-x | oe-init-build-env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oe-init-build-env b/oe-init-build-env index 87929d119d8..4b1b708d86e 100755 --- a/oe-init-build-env +++ b/oe-init-build-env @@ -19,7 +19,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# Normally this is called as '. ./poky-init-buildenv builddir' +# Normally this is called as '. ./oe-init-build-env builddir' # # This works in most shells (not dash), but not all of them pass arg1 when # being sourced. To workaround the shell limitation use "set arg1" prior |