diff options
| -rwxr-xr-x | bitbake/bin/bitbake-diffsigs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/bin/bitbake-diffsigs b/bitbake/bin/bitbake-diffsigs index 62f682748b..3ce70dabd9 100755 --- a/bitbake/bin/bitbake-diffsigs +++ b/bitbake/bin/bitbake-diffsigs | |||
| @@ -85,8 +85,8 @@ options, args = parser.parse_args(sys.argv) | |||
| 85 | if len(args) == 1: | 85 | if len(args) == 1: |
| 86 | parser.print_help() | 86 | parser.print_help() |
| 87 | else: | 87 | else: |
| 88 | tinfoil = bb.tinfoil.Tinfoil() | ||
| 89 | if options.taskmode: | 88 | if options.taskmode: |
| 89 | tinfoil = bb.tinfoil.Tinfoil() | ||
| 90 | if len(args) < 3: | 90 | if len(args) < 3: |
| 91 | logger.error("Please specify a recipe and task name") | 91 | logger.error("Please specify a recipe and task name") |
| 92 | sys.exit(1) | 92 | sys.exit(1) |
