Hi All... My $0.02...
If you make igncr the default for bash, I would consider removing the special handling on the DOS paths.
Thanks for all the work you are doing to speed things up. Damn the CRs, full speed ahead! ...Karl
From: Eric Blake Subject: Re: Bash and CR/LF line-endings Date: Tue, 03 Oct 2006 20:13:19 -0600 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 According to Kazuyuki Hagiwara on 10/3/2006 6:23 PM: > How about using BASH_ENV variable. > In the startup script defined by BASH_ENV variable, > you can put a line "shopt -s igncr". BASH_ENV already has a defined meaning that conflicts with your suggestion; read 'man bash' once more. But bash does have the -O and +O command line option for choosing prior to script execution what any shopt setting should be. In other words, bash -O igncr script_with_cr_lf will guarantee execution of the script with \r ignored (at least, up until the script does something to change that shopt). - -- Life is short - so eat dessert first! Eric Blake [EMAIL PROTECTED] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFIxi/84KuGfSFAYARAgzlAKC+h9w9x6Fo1AfzRcZVAeiMpJgLXwCfQ8y6 H5QDRq7V43q7R2MH2qRKENQ= =EojF -----END PGP SIGNATURE----- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/