Permalink
Browse files
Turn BracedWordTree into a noop for translation.
- Loading branch information...
Showing
with
4 additions
and
0 deletions.
-
+4
−0
tools/osh2oil.py
|
|
@@ -1024,6 +1024,10 @@ def DoWordInCommand(self, node, local_symbols): |
|
|
#self.cursor.PrintUntil(right_spid)
|
|
|
#pass
|
|
|
|
|
|
elif node.tag == word_e.BracedWordTree:
|
|
|
# Not doing anything now
|
|
|
pass
|
|
|
|
|
|
else:
|
|
|
raise AssertionError(node.__class__.__name__)
|
|
|
|
|
|
|
0 comments on commit
920cb98