From patchwork Thu Mar 17 16:15:55 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/4] poky-init-build-env: unbork for zsh Date: Thu, 17 Mar 2011 16:15:55 -0000 From: Christopher Larson X-Patchwork-Id: 1529 Message-Id: <44b4179f5b66a52fe5d45672525f60d81ba4c20b.1300378309.git.chris_larson@mentor.com> To: openembedded-core@lists.openembedded.org Cc: Chris Larson From: Chris Larson Signed-off-by: Chris Larson --- poky-init-build-env | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/poky-init-build-env b/poky-init-build-env index 82590f2..3c8aa53 100755 --- a/poky-init-build-env +++ b/poky-init-build-env @@ -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