summaryrefslogtreecommitdiffstats
path: root/bitbake/bin/bitbake-diffsigs
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/bin/bitbake-diffsigs')
-rwxr-xr-xbitbake/bin/bitbake-diffsigs2
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)
85if len(args) == 1: 85if len(args) == 1:
86 parser.print_help() 86 parser.print_help()
87else: 87else:
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)