diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-26 11:25:16 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-26 11:25:16 +0000 |
commit | 71b10e30459c64f6b5497697cc662bd9ee45b949 (patch) | |
tree | d247c5595ad03e6900b8a73d13105294f656f7e0 /poky-init-build-env | |
parent | 289332253b0ac68dfde46049b3c59512275545f8 (diff) | |
download | poky-71b10e30459c64f6b5497697cc662bd9ee45b949.tar.gz |
poky-init-build-env: Remove now unneeded return
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'poky-init-build-env')
-rwxr-xr-x | poky-init-build-env | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/poky-init-build-env b/poky-init-build-env index 9adff14f86..94bf3f0f7f 100755 --- a/poky-init-build-env +++ b/poky-init-build-env | |||
@@ -21,7 +21,6 @@ | |||
21 | 21 | ||
22 | if test x"$0" = x"./poky-init-build-env"; then | 22 | if test x"$0" = x"./poky-init-build-env"; then |
23 | echo "Error: Run via '. ./poky-init-build-env'" | 23 | echo "Error: Run via '. ./poky-init-build-env'" |
24 | return | ||
25 | else | 24 | else |
26 | . ./scripts/poky-env-internal | 25 | . ./scripts/poky-env-internal |
27 | fi | 26 | fi |