aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/toaster3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/toaster b/bin/toaster
index dfaff2e07..70c66d2c2 100755
--- a/bin/toaster
+++ b/bin/toaster
@@ -101,6 +101,7 @@ stop_system()
unset TOASTER_CONF
unset TOASTER_DIR
unset BITBAKE_UI
+ unset BBBASEDIR
trap - SIGHUP
#trap - SIGCHLD
INSTOPSYSTEM=0
@@ -131,7 +132,7 @@ else
TOASTER=$0
fi
-BBBASEDIR=`dirname $TOASTER`/..
+export BBBASEDIR=`dirname $TOASTER`/..
MANAGE=$BBBASEDIR/lib/toaster/manage.py
OEROOT=`dirname $TOASTER`/../..