From 15a97dea65778e38b77a8787004cf30da716fb59 Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Tue, 31 Jan 2017 13:50:26 +0100 Subject: verify-bashisms: fix typo Variable was renamed, it's now called "output". (From OE-Core rev: c3d125b4132e5a706f6265a5bcaedafbe8e5355f) Signed-off-by: Patrick Ohly Signed-off-by: Richard Purdie --- scripts/verify-bashisms | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/verify-bashisms') diff --git a/scripts/verify-bashisms b/scripts/verify-bashisms index a8f761d4c5..1bda60cbd9 100755 --- a/scripts/verify-bashisms +++ b/scripts/verify-bashisms @@ -41,7 +41,7 @@ def process(recipe, function, script): # Replace the temporary filename with the function and split it output = e.output.replace(fn.name, function).splitlines() - if len(results) % 2 != 0: + if len(output) % 2 != 0: print("Unexpected output from checkbashism: %s" % str(output)) return -- cgit v1.2.3-54-g00ecf