mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
sh: Remove obsolete token type TENDBQUOTE.
This token type was related to Almquist's original version of backquotes that could not nest and fell into disuse fairly soon.
This commit is contained in:
parent
5665fe6b21
commit
f3ac36e151
1 changed files with 0 additions and 1 deletions
|
|
@ -50,7 +50,6 @@ TPIPE 0 "|"
|
|||
TLP 0 "("
|
||||
TRP 1 ")"
|
||||
TENDCASE 1 ";;"
|
||||
TENDBQUOTE 1 "`"
|
||||
TREDIR 0 redirection
|
||||
TWORD 0 word
|
||||
TIF 0 "if"
|
||||
|
|
|
|||
Loading…
Reference in a new issue