]> code.ossystems Code Review - openembedded-core.git/commit
poky-init-build-env: Update for BASH 4 Bourne Shell semantics
authorJoe MacDonald <joe@deserted.net>
Tue, 10 Nov 2009 16:46:31 +0000 (11:46 -0500)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 12 Nov 2009 16:49:45 +0000 (16:49 +0000)
commit988e4ddf3cb129bc531b9234e2ab13c7f4c315ac
tree5e756d1f8bdb3fa2d3115c1fbc1012a51cef048b
parent117b91a1720076fd694fe3505b2eb6ff848851fb
poky-init-build-env: Update for BASH 4 Bourne Shell semantics

It's no longer valid in bash 4 when invoked with Bourne Shell semantics to
return unless you're inside a sourced script or a function.  Doing so in
this context doesn't actually exit from the setup script.  This should
probably preserve the original intent.

Signed-off-by: Joe MacDonald <joe@deserted.net>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
poky-init-build-env