Details
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
Attachments
Issue Links
- is depended upon by
-
CONTINUUM-2182 Simplify installation on Solaris
- Open