diff options
author | Peter Kjellerstedt <pkj@axis.com> | 2016-03-15 16:01:53 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-20 23:12:30 +0000 |
commit | 51aa00f0f866687e43f1362d66796f61f5d52a79 (patch) | |
tree | 7d4bc7a7f5938c19bd4d9a1382bea62df951cd68 /oe-init-build-env | |
parent | 16fb9b80e3887b053cb980317d4f28228348f689 (diff) | |
download | openembedded-core-contrib-51aa00f0f866687e43f1362d66796f61f5d52a79.tar.gz |
oe-init-build-env*: Update/correct comment about specifying arguments
(From OE-Core rev: 9c7e3cfcff08bd47b0c1eeb63d8055d8a8b12935)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'oe-init-build-env')
-rwxr-xr-x | oe-init-build-env | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/oe-init-build-env b/oe-init-build-env index 7b922b302ad..fa9eacd890b 100755 --- a/oe-init-build-env +++ b/oe-init-build-env @@ -19,11 +19,11 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# Normally this is called as '. ./oe-init-build-env 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 -# to sourcing this script. +# This works in most shells (not dash), but not all of them pass the arguments +# when being sourced. To workaround the shell limitation use "set <builddir>" +# prior to sourcing this script. # if [ -n "$BASH_SOURCE" ]; then THIS_SCRIPT=$BASH_SOURCE |