poky-init-build-env: unbork for zsh

(From OE-Core rev: 3ef80db73c69b8a731beb8ea4921357a041564e5)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Chris Larson 2010-12-28 10:49:17 -07:00 committed by Richard Purdie
parent 2661565843
commit d5f96d2344
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
# being sourced. To workaround the shell limitation use "set arg1" prior
# to sourcing this script.
#
if [ "x$0" = "x./poky-init-build-env" ]; then
if [ -z "$ZSH_NAME" ] && [ "x$0" = "x./poky-init-build-env" ]; then
echo "Error: This script needs to be sourced. Please run as '. ./poky-init-build-env'"
else
if [ -n "$BASH_SOURCE" ]; then