diff options
author | Jilles Tjoelker <jilles@FreeBSD.org> | 2013-07-25 20:50:35 +0000 |
---|---|---|
committer | Jilles Tjoelker <jilles@FreeBSD.org> | 2013-07-25 20:50:35 +0000 |
commit | b6dda50adc1769e8d48072dde63f534557e26bf7 (patch) | |
tree | 9f8081f4b1d7aeb60f1e9868d61963205fe60793 /bin | |
parent | 0bdd387178582c53f6fd5e053636427d08bbea68 (diff) | |
download | src-test2-b6dda50adc1769e8d48072dde63f534557e26bf7.tar.gz src-test2-b6dda50adc1769e8d48072dde63f534557e26bf7.zip |
Notes
Diffstat (limited to 'bin')
-rw-r--r-- | bin/sh/parser.c | 2 |
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; |