RFR: JDK-8029512 : webrev.ksh: fix parsing of parent repo paths	from hgrc file
    Dave Pointon 
    dpointo8 at linux.vnet.ibm.com
       
    Wed Dec  4 17:06:41 UTC 2013
    
    
  
On Wed, 2013-12-04 at 08:51 -0800, Kelly O'Hair wrote:
> Or maybe    
> 
> tr -d '[:space:]'
> 
> ???
> 
> -kto
> 
<snip>
Hmmm, not unsurprisingly, that character class usage doesn't work on
Solaris either ...
$ uname -a ; echo a b c | tr -d '[:space:]' ; echo a b c | tr -d ' '
SunOS duke.hursley.ibm.com 5.10 Generic_142910-17 i86pc i386 i86pc
Bad string
abc
Rgds ,
-- 
Dave Pointon FIAP MBCS
Now I saw, tho' too late, the folly of beginning a work before we count
the cost and before we we judge rightly of our strength to go thro'
with it - Robinson Crusoe
    
    
More information about the build-dev
mailing list