DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10131>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10131

script.awk missing results in fatal error





------- Additional Comments From [EMAIL PROTECTED]  2002-06-21 21:14 -------

  You have me at a total loss.  Please experiment a bit further with this awk...
  I suspect it's buggy;

BEGIN { 
    serverroot = ARGV[2];
    delete ARGV[2];
}

  must delete the 2nd argument from ARGV[], which (in this case) is "\Apache2"
  or "/Apache2" ... prior to processing arguments.

  The version/release of awk you are invoking apparently fails to do so.
  Why on this script, and not the previous script is totally beyond me.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to