From f3ac36e1517a200e3ef00be72f3b9456e84e6bfa Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Sun, 22 May 2011 15:24:56 +0000 Subject: [PATCH] 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. --- bin/sh/mktokens | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/sh/mktokens b/bin/sh/mktokens index bdc873e44407..b85c8cb9f4ca 100644 --- a/bin/sh/mktokens +++ b/bin/sh/mktokens @@ -50,7 +50,6 @@ TPIPE 0 "|" TLP 0 "(" TRP 1 ")" TENDCASE 1 ";;" -TENDBQUOTE 1 "`" TREDIR 0 redirection TWORD 0 word TIF 0 "if"