diff options
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 092d4fe081..41c09d80d0 100755 --- a/oe-init-build-env-memres +++ b/oe-init-build-env-memres | |||
| @@ -19,11 +19,11 @@ | |||
| 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 '. ./oe-init-build-env builddir <portnumber> <builddir>' | 22 | # Normally this is called as '. ./oe-init-build-env-memres <portnumber> <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 the arguments |
| 25 | # being sourced. To workaround the shell limitation use "set arg1" prior | 25 | # when being sourced. To workaround the shell limitation use "set <portnumber> |
| 26 | # to sourcing this script. | 26 | # <builddir>" prior to sourcing this script. |
| 27 | # | 27 | # |
| 28 | if [ -z "$1" ]; then | 28 | if [ -z "$1" ]; then |
| 29 | echo "No port specified, using dynamically selected port" | 29 | echo "No port specified, using dynamically selected port" |
