[OE-core] [PATCH 3/3] oe-init-build-env: Make it use the correct $OEROOT with zsh

Peter Kjellerstedt peter.kjellerstedt at axis.com
Fri Apr 5 16:59:46 UTC 2013


Signed-off-by: Peter Kjellerstedt <pkj at axis.com>
---
 oe-init-build-env | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/oe-init-build-env b/oe-init-build-env
index 67eddcd..68af7b5 100755
--- a/oe-init-build-env
+++ b/oe-init-build-env
@@ -30,6 +30,8 @@ if [ -z "$ZSH_NAME" ] && [ "x$0" = "x./oe-init-build-env" ]; then
 else
    if [ -n "$BASH_SOURCE" ]; then
       OEROOT="`dirname $BASH_SOURCE`"
+   elif [ -n "$ZSH_NAME" ]; then
+      OEROOT="`dirname $0`"
    else
       OEROOT="`pwd`"
    fi
-- 
1.7.11.7





More information about the Openembedded-core mailing list