diff options
Diffstat (limited to 'scripts/devtool')
| -rwxr-xr-x | scripts/devtool | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/devtool b/scripts/devtool index 578db5a68b..0866be9d5f 100755 --- a/scripts/devtool +++ b/scripts/devtool | |||
| @@ -291,7 +291,7 @@ def main(): | |||
| 291 | try: | 291 | try: |
| 292 | tinfoil = setup_tinfoil(config_only=True, basepath=basepath) | 292 | tinfoil = setup_tinfoil(config_only=True, basepath=basepath) |
| 293 | try: | 293 | try: |
| 294 | global_args.bbpath = tinfoil.config_data.getVar('BBPATH', True) | 294 | global_args.bbpath = tinfoil.config_data.getVar('BBPATH') |
| 295 | finally: | 295 | finally: |
| 296 | tinfoil.shutdown() | 296 | tinfoil.shutdown() |
| 297 | except bb.BBHandledException: | 297 | except bb.BBHandledException: |
