Browse Source

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

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie 15 years ago
parent
commit
71b10e3045
1 changed files with 0 additions and 1 deletions
  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