summaryrefslogtreecommitdiffstats
path: root/bitbake/bin/toaster
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/bin/toaster')
-rwxr-xr-xbitbake/bin/toaster2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/bin/toaster b/bitbake/bin/toaster
index cf93e9fd98..2c3432c24a 100755
--- a/bitbake/bin/toaster
+++ b/bitbake/bin/toaster
@@ -201,7 +201,7 @@ if [ "$TOASTER_CONF" = "" ]; then
201fi 201fi
202if [ ! -f $TOASTER_CONF ]; then 202if [ ! -f $TOASTER_CONF ]; then
203 echo "$TOASTER_CONF configuration file not found. set TOASTER_CONF to specify a path" 203 echo "$TOASTER_CONF configuration file not found. set TOASTER_CONF to specify a path"
204 exit 1; 204 [ "$TOASTER_MANAGED" = '1' ] && exit 1 || return 1
205fi 205fi
206# this defines the dir toaster will use for 206# this defines the dir toaster will use for
207# 1) clones of layers (in _toaster_clones ) 207# 1) clones of layers (in _toaster_clones )