Uploaded image for project: 'Continuum'
  1. Continuum
  2. CONTINUUM-2181

Problems with parameters to tr on Solaris

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 1.3.2 (Beta)
    • None
    • Environmental
    • None
    • Patch

    Description

      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.

      Attachments

        1. continuum
          15 kB
          Erik Drolshammer

        Issue Links

          Activity

            People

              brett Brett Porter
              sherriff Erik Drolshammer
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: