From: Peter Kjellerstedt Date: Tue, 15 Mar 2016 15:01:53 +0000 (+0100) Subject: oe-init-build-env*: Update/correct comment about specifying arguments X-Git-Tag: 2016-4~373 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9c7e3cfcff08bd47b0c1eeb63d8055d8a8b12935;p=openembedded-core.git oe-init-build-env*: Update/correct comment about specifying arguments Signed-off-by: Peter Kjellerstedt Signed-off-by: Ross Burton --- diff --git a/oe-init-build-env b/oe-init-build-env index 7b922b302a..fa9eacd890 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 ' # -# 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 " +# prior to sourcing this script. # if [ -n "$BASH_SOURCE" ]; then THIS_SCRIPT=$BASH_SOURCE diff --git a/oe-init-build-env-memres b/oe-init-build-env-memres index 092d4fe081..41c09d80d0 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 ' +# Normally this is called as '. ./oe-init-build-env-memres ' # -# 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 +# " prior to sourcing this script. # if [ -z "$1" ]; then echo "No port specified, using dynamically selected port"