Re: RFR: Fix typo when translating characters in $USER.

2014-10-17 Thread Severin Gehwolf
On Fri, 2014-10-17 at 10:16 +0200, Erik Joelsson wrote: > The change is now pushed to jdk9. Thanks! > > /Erik Thank you, Erik! Cheers, Severin > On 2014-10-16 17:04, Severin Gehwolf wrote: > > Hi Erik, > > > > On Thu, 2014-10-16 at 16:52 +0200, Erik Joelsson wrote: > >> Hello Severin, > >> > >>

Re: RFR: Fix typo when translating characters in $USER.

2014-10-17 Thread Erik Joelsson
The change is now pushed to jdk9. Thanks! /Erik On 2014-10-16 17:04, Severin Gehwolf wrote: Hi Erik, On Thu, 2014-10-16 at 16:52 +0200, Erik Joelsson wrote: Hello Severin, Thank you for the bugfix. It does indeed look like a typo. I can sponsor the change for you. However, to satisfy legal r

Re: RFR: Fix typo when translating characters in $USER.

2014-10-16 Thread Severin Gehwolf
Hi Erik, On Thu, 2014-10-16 at 16:52 +0200, Erik Joelsson wrote: > Hello Severin, > > Thank you for the bugfix. It does indeed look like a typo. I can sponsor > the change for you. However, to satisfy legal requirements, you will > need to send the patch directly to us. Since it's small, you ca

Re: RFR: Fix typo when translating characters in $USER.

2014-10-16 Thread Erik Joelsson
Hello Severin, Thank you for the bugfix. It does indeed look like a typo. I can sponsor the change for you. However, to satisfy legal requirements, you will need to send the patch directly to us. Since it's small, you can just paste it in a mail to the mailing list and it will be fine. /Erik

RFR: Fix typo when translating characters in $USER.

2014-10-16 Thread Severin Gehwolf
Hi, I've noticed that when I do a build of OpenJDK 9 hs-comp forest then the generated build ID eats the "w" from my local username. Reproducer bash snippet: (USER=xwwwx; a=$(echo $USER | tr -d -c 'abcdefghijklmnopqrstuvqxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'); if [ "$a" == "xx" ]; then echo