From d3f265f8380e38bd8bbf1ad635eb0fbb39a836af Mon Sep 17 00:00:00 2001 From: Peter Avalos Date: Sun, 21 Aug 2011 12:32:57 -0700 Subject: [PATCH] sh: Remove obsolete token type TENDBQUOTE. Obtained-from: FreeBSD 222182 --- bin/sh/mktokens | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/sh/mktokens b/bin/sh/mktokens index 746f3ec090..a5c4471a6b 100644 --- a/bin/sh/mktokens +++ b/bin/sh/mktokens @@ -36,7 +36,7 @@ # SUCH DAMAGE. # # @(#)mktokens 8.1 (Berkeley) 5/31/93 -# $FreeBSD: src/bin/sh/mktokens,v 1.10 2005/01/10 08:39:25 imp Exp $ +# $FreeBSD: src/bin/sh/mktokens,v 1.11 2011/05/22 15:24:56 jilles Exp $ # The following is a list of tokens. The second column is nonzero if the # token marks the end of a list. The third column is the name to print in @@ -54,7 +54,6 @@ TPIPE 0 "|" TLP 0 "(" TRP 1 ")" TENDCASE 1 ";;" -TENDBQUOTE 1 "`" TREDIR 0 redirection TWORD 0 word TIF 0 "if" -- 2.41.0