From: Peter Avalos Date: Sun, 21 Aug 2011 19:32:57 +0000 (-0700) Subject: sh: Remove obsolete token type TENDBQUOTE. X-Git-Tag: v2.12.0~163 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/d3f265f8380e38bd8bbf1ad635eb0fbb39a836af sh: Remove obsolete token type TENDBQUOTE. Obtained-from: FreeBSD 222182 --- 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"