Browse Source

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

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie 15 năm trước cách đây
mục cha
commit
71b10e3045
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      poky-init-build-env

+ 0 - 1
poky-init-build-env

@@ -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