diff options
Diffstat (limited to 'bitbake/lib/bb/codeparser.py')
-rw-r--r-- | bitbake/lib/bb/codeparser.py | 2 |
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) |