You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Daniel Rall (JIRA)" <se...@james.apache.org> on 2007/03/14 18:32:10 UTC

[jira] Commented: (JAMES-778) exporting variables using build.sh on solaris breaks

    [ https://issues.apache.org/jira/browse/JAMES-778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12480856 ] 

Daniel Rall commented on JAMES-778:
-----------------------------------

The attached patch looks good.

Alternately, the script could use a #! line of /bin/bash, but that seems rather gratuitous when this simple change allows support of vanilla Bourne shell.

> exporting variables using build.sh on solaris breaks
> ----------------------------------------------------
>
>                 Key: JAMES-778
>                 URL: https://issues.apache.org/jira/browse/JAMES-778
>             Project: James
>          Issue Type: Bug
>          Components: Build System
>    Affects Versions: 2.3.0
>         Environment: Solaris 10
>            Reporter: Raja Venkataraman
>         Assigned To: Norman Maurer
>         Attachments: james-build-sh.patch
>
>
> Building James-with-phoenix-2.3.0-src on Solaris breaks due to the Solaris 10's shell not being able to understand the export syntax of
> export VAR=VALUE
> It only understands
> VAR=VALUE && export VAR
> This breaks building James on Solaris

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


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org