https://issues.apache.org/bugzilla/show_bug.cgi?id=48067
--- Comment #8 from Jeff Trawick <[email protected]> 2009-11-11 07:15:01 UTC --- A portable invocation which also avoids the confusion over -v with Solaris awk seems to be awk -f prog.awk VAR1=val1 VAR2=val2 <infile >outfile (and <infile can just be infile; it makes no difference) But there is another aspect which doesn't work correctly but happens to generate a working config file: the tolower($0) ~ /.../ in the script isn't matching, so the LoadModule is added in an unexpected place. So we're back to the idea of finding a suitable awk. Any issues with http://svn.apache.org/viewvc?view=revision&revision=834900 ? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
