You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@continuum.apache.org by "Wendy Smoak (JIRA)" <ji...@codehaus.org> on 2009/09/16 23:26:57 UTC

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

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

Wendy Smoak updated CONTINUUM-2181:
-----------------------------------

    Fix Version/s: 1.x

> Problems with parameters to tr on Solaris 
> ------------------------------------------
>
>                 Key: CONTINUUM-2181
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2181
>             Project: Continuum
>          Issue Type: Bug
>          Components: Environmental
>    Affects Versions: 1.3.2
>         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
>             Fix For: 1.x
>
>         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 contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira