Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jul 2013 20:50:35 +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: r253659 - head/bin/sh
Message-ID:  <201307252050.r6PKoZ7W097397@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jilles
Date: Thu Jul 25 20:50:35 2013
New Revision: 253659
URL: http://svnweb.freebsd.org/changeset/base/253659

Log:
  sh: Remove an incorrect comment.

Modified:
  head/bin/sh/parser.c

Modified: head/bin/sh/parser.c
==============================================================================
--- head/bin/sh/parser.c	Thu Jul 25 19:48:15 2013	(r253658)
+++ head/bin/sh/parser.c	Thu Jul 25 20:50:35 2013	(r253659)
@@ -98,7 +98,7 @@ static int needprompt;		/* true if inter
 static int lasttoken;		/* last token read */
 int tokpushback;		/* last token pushed back */
 static char *wordtext;		/* text of last word returned by readtoken */
-static int checkkwd;            /* 1 == check for kwds, 2 == also eat newlines */
+static int checkkwd;
 static struct nodelist *backquotelist;
 static union node *redirnode;
 static struct heredoc *heredoc;



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