You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@continuum.apache.org by "Jonathan 'J5' Cook (JIRA)" <ji...@codehaus.org> on 2009/12/30 03:25:55 UTC

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

    [ http://jira.codehaus.org/browse/CONTINUUM-2181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=204492#action_204492 ] 

Jonathan 'J5' Cook commented on CONTINUUM-2181:
-----------------------------------------------

the xpg4 version of tr works with the parameters as provided.

I got around the tr issue by placing this line at the top of the continuum file:

PATH="/usr/xpg4/bin:$PATH"

> 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: Backlog
>
>         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