commit | 2e8be023cbd96c54256b5908837039100dc4fc45 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Sun Dec 16 20:41:32 2018 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Sun Dec 16 20:41:32 2018 +0100 |
tree | f003d4c8f65613e0203354b76c0e4969c3bd83a4 | |
parent | e6c40c48d96169ff27471c63c33e568e96fd5b82 [diff] |
bc: allow only one <newline> between if() and stmt Attempt to have more than one causes this error message: $ bc -q if (1)<cr> <cr> bc: no statement after 'if' Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>