Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 May 2011 15:24:56 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r222182 - head/bin/sh
Message-ID:  <201105221524.p4MFOuKd079866@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jilles
Date: Sun May 22 15:24:56 2011
New Revision: 222182
URL: http://svn.freebsd.org/changeset/base/222182

Log:
  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.

Modified:
  head/bin/sh/mktokens

Modified: head/bin/sh/mktokens
==============================================================================
--- head/bin/sh/mktokens	Sun May 22 15:14:21 2011	(r222181)
+++ head/bin/sh/mktokens	Sun May 22 15:24:56 2011	(r222182)
@@ -50,7 +50,6 @@ TPIPE	0	"|"
 TLP	0	"("
 TRP	1	")"
 TENDCASE 1	";;"
-TENDBQUOTE 1	"`"
 TREDIR	0	redirection
 TWORD	0	word
 TIF	0	"if"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105221524.p4MFOuKd079866>