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 22:57:58 +0000 |
commit | 9c7e3cfcff08bd47b0c1eeb63d8055d8a8b12935 (patch) | |
tree | e3b5e2fe7a4e17f59cf8d9fb9a3571f8e89dcbe7 /oe-init-build-env-memres | |
parent | 3327e2a9222004d8ac7974cb1d9fe77c81176cfc (diff) | |
download | openembedded-core-contrib-9c7e3cfcff08bd47b0c1eeb63d8055d8a8b12935.tar.gz |
oe-init-build-env*: Update/correct comment about specifying arguments
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'oe-init-build-env-memres')
-rwxr-xr-x | oe-init-build-env-memres | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/oe-init-build-env-memres b/oe-init-build-env-memres index 092d4fe081a..41c09d80d03 100755 --- a/oe-init-build-env-memres +++ b/oe-init-build-env-memres @@ -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 <portnumber> <builddir>' +# Normally this is called as '. ./oe-init-build-env-memres <portnumber> <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 <portnumber> +# <builddir>" prior to sourcing this script. # if [ -z "$1" ]; then echo "No port specified, using dynamically selected port" |