Johann Uhrmann <johann(dot)uhrmann(at)xpecto(dot)com> writes:
> ... Therefore, only lines
> beginning with "Apache Ant version" should be considered.
Do *all* versions of Ant identify themselves that way? I'd be inclined
to write
grep -i "ant version"
instead.
> The second one is a missing semicolon. I am not familiar with the bison
> syntax - but imho that semicolon _is_ missing.
Got it, thanks. Some versions of bison warn about that and some
don't...
regards, tom lane