summaryrefslogtreecommitdiffstats
path: root/lib/bb/shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bb/shell.py')
-rw-r--r--lib/bb/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/shell.py b/lib/bb/shell.py
index 192ed022f..760c371d9 100644
--- a/lib/bb/shell.py
+++ b/lib/bb/shell.py
@@ -155,7 +155,7 @@ class BitBakeShellCommands:
cooker.build_cache = []
cooker.build_cache_fail = []
- td = taskdata.TaskData()
+ td = taskdata.TaskData(cooker.configuration.abort)
try:
tasks = []