poky-init-build-env: Remove now unneeded return

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2009-11-26 11:25:16 +00:00
parent 289332253b
commit 71b10e3045
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@
if test x"$0" = x"./poky-init-build-env"; then
echo "Error: Run via '. ./poky-init-build-env'"
return
else
. ./scripts/poky-env-internal
fi