mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
poky-init-build-env: Remove now unneeded return
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
parent
80ca44d44c
commit
c1ee270d2c
|
@ -21,7 +21,6 @@
|
||||||
|
|
||||||
if test x"$0" = x"./poky-init-build-env"; then
|
if test x"$0" = x"./poky-init-build-env"; then
|
||||||
echo "Error: Run via '. ./poky-init-build-env'"
|
echo "Error: Run via '. ./poky-init-build-env'"
|
||||||
return
|
|
||||||
else
|
else
|
||||||
. ./scripts/poky-env-internal
|
. ./scripts/poky-env-internal
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue
Block a user