You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Joe Schaefer (JIRA)" <ji...@apache.org> on 2008/01/23 21:21:34 UTC

[jira] Commented: (INFRA-1448) /tools/xdocs2/scripts/build.pl bugs

    [ https://issues.apache.org/jira/browse/INFRA-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12561807#action_12561807 ] 

Joe Schaefer commented on INFRA-1448:
-------------------------------------

+1 to commit the posted patch.

> /tools/xdocs2/scripts/build.pl bugs
> -----------------------------------
>
>                 Key: INFRA-1448
>                 URL: https://issues.apache.org/jira/browse/INFRA-1448
>             Project: Infrastructure
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Website
>            Reporter: Sebb
>            Priority: Critical
>         Attachments: build.patch
>
>
> https://svn.apache.org/repos/asf/infrastructure/trunk/tools/xdocs2/scripts/build.pl has some bugs:
> - printf(FH,...) should be printf FH (...)
> This causes a syntax error- unexpected '(' - on Unix.
> - $dir |= $xdocsDir; should be $dir ||= $xdocsDir; - i.e. conditional assignment rather than logical OR.
> This does not cause a problem on Unix at present.
> - add new line to tidy output.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.