summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/codeparser.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/codeparser.py')
-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():
206 206
207 if h in shellparsecache: 207 if h in shellparsecache:
208 self.execs = shellparsecache[h].execs 208 self.execs = shellparsecache[h].execs
209 return 209 return self.execs
210 210
211 try: 211 try:
212 tokens, _ = pyshyacc.parse(value, eof=True, debug=False) 212 tokens, _ = pyshyacc.parse(value, eof=True, debug=False)