diff options
Diffstat (limited to 'bitbake/bin/toaster')
-rwxr-xr-x | bitbake/bin/toaster | 2 |
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 | |||
201 | fi | 201 | fi |
202 | if [ ! -f $TOASTER_CONF ]; then | 202 | if [ ! -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 |
205 | fi | 205 | fi |
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 ) |