diff options
Diffstat (limited to 'appl/cmd/sh92.b')
| -rw-r--r-- | appl/cmd/sh92.b | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appl/cmd/sh92.b b/appl/cmd/sh92.b index 3776e66..0c1ece7 100644 --- a/appl/cmd/sh92.b +++ b/appl/cmd/sh92.b @@ -522,5 +522,5 @@ init(ctxt: ref Draw->Context, argv: list of string) { toks1 := tokenize("AB = 'smth \"test\" '; echo ${AB}; echo $AB", 0); grammar:= mk_grammar(pctx); - parse_toks(toks1, grammar); + parse_toks(toks1, grammar, 0); } |
