svn commit: r253659 - head/bin/sh

Jilles Tjoelker jilles at FreeBSD.org
Thu Jul 25 20:50:35 UTC 2013


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;


More information about the svn-src-head mailing list