summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2011-05-22 15:24:56 +0000
committerjilles <jilles@FreeBSD.org>2011-05-22 15:24:56 +0000
commitf22e5fb539159ae883cb36fc064eee6191f0319d (patch)
tree6d694cea2ae59d1c19a2d424e31e755f4916aa43
parent061dbf81619a4fa4bef7716b7009c862233e8100 (diff)
downloadFreeBSD-src-f22e5fb539159ae883cb36fc064eee6191f0319d.zip
FreeBSD-src-f22e5fb539159ae883cb36fc064eee6191f0319d.tar.gz
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.
-rw-r--r--bin/sh/mktokens1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/sh/mktokens b/bin/sh/mktokens
index bdc873e..b85c8cb9 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"
OpenPOWER on IntegriCloud