Configure Script Processing Bug

Issue #1524 closed
Steven R. Brandt created an issue

I was working on modifying the java code compiled during the Chemora project, and discovered that a syntax error in the java source file resulted in an infinite number of blank lines being sent to standard output. I traced the problem down to the fact that certain loops in ConfigScriptParser.pl don't check for end of file. The attached patch fixes that, and unifies some replicated code.

Keyword:

Comments (5)

  1. Log in to comment