Do not forget to increment the input line counter
authorPeter Avalos <pavalos@dragonflybsd.org>
Sun, 14 Jan 2007 05:39:22 +0000 (05:39 +0000)
committerPeter Avalos <pavalos@dragonflybsd.org>
Sun, 14 Jan 2007 05:39:22 +0000 (05:39 +0000)
commit3c79a5ea969210b537d299d01affe1a8b0bf3a26
treee15783086b76a8dd8162dd935f964193b81725c6
parent7e531be7044263fc4f32de4a98c394532d49507c
Do not forget to increment the input line counter
when reading a word spanning multiple lines.

Support \H, \h, \w, \W, \$ string expansion in the prompt.

Disallow empty condition parts of "if", "while" and "until" compound
commands.

Obtained-from:  FreeBSD
bin/sh/parser.c