aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/bb/codeparser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/codeparser.py b/bitbake/lib/bb/codeparser.py
index faffe390d9..951bd47b88 100644
--- a/bitbake/lib/bb/codeparser.py
+++ b/bitbake/lib/bb/codeparser.py
@@ -206,7 +206,7 @@ class ShellParser():
if h in shellparsecache:
self.execs = shellparsecache[h].execs
- return
+ return self.execs
try:
tokens, _ = pyshyacc.parse(value, eof=True, debug=False)