Hi Yang,

On Wed, Jan 30, 2013 at 3:50 PM, Yang Tse <[email protected]> wrote:
> On Wed, Jan 30, 2013, Yang Tse wrote:
>
>> Commit 38131d41 should fix this issue, as long as leading whitespace
>> are spaces and not tabs. It also sets internationalization behavior
>> variables to 'C'.
>
> I'm pushing a follow-up commit for this to take into account that
> leading white space may be any combination of spaces and tabs.

The first patch fixed the problem (there are only spaces, no tabs),
the second fix fails even on Linux, now with a 'tr' detection error,
the problem is this:

-xc_tst_str='98s7u6c5c4e3s2s10'
+xc_tst_str='${xc_tab}98s7u6c5c4e3s2s10'

Change that to
+xc_tst_str="${xc_tab}98s7u6c5c4e3s2s10"

and it'll work.

-Tor
> --
> -=[Yang]=-
> -------------------------------------------------------------------
> List admin: http://cool.haxx.se/list/listinfo/curl-library
> Etiquette:  http://curl.haxx.se/mail/etiquette.html

CONFIDENTIALITY
This e-mail and any attachment contain KONGSBERG information which may be 
proprietary, confidential or subject to export regulations, and is only meant 
for the intended recipient(s). Any disclosure, copying, distribution or use is 
prohibited, if not otherwise explicitly agreed with KONGSBERG. If received in 
error, please delete it immediately from your system and notify the sender 
properly.

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to