aboutsummaryrefslogtreecommitdiffstats
path: root/oe-init-build-env
diff options
context:
space:
mode:
Diffstat (limited to 'oe-init-build-env')
-rwxr-xr-xoe-init-build-env2
1 files changed, 2 insertions, 0 deletions
diff --git a/oe-init-build-env b/oe-init-build-env
index 67eddcd295..68af7b5193 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