You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@continuum.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2012/11/20 07:53:13 UTC

[jira] (CONTINUUM-2181) Problems with parameters to tr on Solaris

     [ https://jira.codehaus.org/browse/CONTINUUM-2181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter closed CONTINUUM-2181.
-----------------------------------

       Resolution: Won't Fix
    Fix Version/s:     (was: Backlog)
         Assignee: Brett Porter

Better to use the workaround, or file a bug with the appassembler plugin if still needing to be addressed.
                
> Problems with parameters to tr on Solaris 
> ------------------------------------------
>
>                 Key: CONTINUUM-2181
>                 URL: https://jira.codehaus.org/browse/CONTINUUM-2181
>             Project: Continuum
>          Issue Type: Bug
>          Components: Environmental
>    Affects Versions: 1.3.2 (Beta)
>         Environment: SunOS hostname 5.10 Generic_127112-07 i86pc i386 i86pc
> Locale:
> LANG=en_US.UTF-8 or blank 
> LC_CTYPE="C"
> LC_NUMERIC="C"
> LC_TIME="C"
> LC_COLLATE="C"
> LC_MONETARY="C"
> LC_MESSAGES="C"
> LC_ALL=
>            Reporter: Erik Drolshammer
>            Assignee: Brett Porter
>         Attachments: continuum
>
>
> I try to run Continuum on Solaris using SMF. 
> It seems the tr command misbehaves. (In the file bin/continuum.) 
> Would it be possible to replace the following expression 
> tr [:upper:] [:lower:] | tr -d [:blank:]
> with 
> tr [A-Z] [a-z] | tr -d " \t\r"
> ? 
> As far as I have been able to test the behave identically on both Ubuntu and Solaris at least. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira