summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJilles Tjoelker <jilles@FreeBSD.org>2013-07-25 20:50:35 +0000
committerJilles Tjoelker <jilles@FreeBSD.org>2013-07-25 20:50:35 +0000
commitb6dda50adc1769e8d48072dde63f534557e26bf7 (patch)
tree9f8081f4b1d7aeb60f1e9868d61963205fe60793 /bin
parent0bdd387178582c53f6fd5e053636427d08bbea68 (diff)
downloadsrc-test2-b6dda50adc1769e8d48072dde63f534557e26bf7.tar.gz
src-test2-b6dda50adc1769e8d48072dde63f534557e26bf7.zip
Notes
Diffstat (limited to 'bin')
-rw-r--r--bin/sh/parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/parser.c b/bin/sh/parser.c
index 282cbaeff661..f079c69c31df 100644
--- a/bin/sh/parser.c
+++ b/bin/sh/parser.c
@@ -98,7 +98,7 @@ static int needprompt; /* true if interactive and at start of line */
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;