aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/pysh/pyshlex.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bb/pysh/pyshlex.py')
-rw-r--r--lib/bb/pysh/pyshlex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/pysh/pyshlex.py b/lib/bb/pysh/pyshlex.py
index b977b5e86..b30123675 100644
--- a/lib/bb/pysh/pyshlex.py
+++ b/lib/bb/pysh/pyshlex.py
@@ -292,7 +292,7 @@ class WordLexer:
elif sep=='${':
parsefunc = self._parse_parameter
else:
- raise NotImplementedError()
+ raise NotImplementedError(sep)
pos, closed = parsefunc(buf, result, eof)
return pos, closed