This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: "bash: $'\r': command not found"; also "e"s nonfunctional and get deleted in bash window


On Fri, Jun 26, 2009 at 7:46 PM, Richard Haney wrote:
> Thanks all for the comments.
>
> It turns out that, by info discovered via using "bash --help" and then `bash -c "help set"', I could
>  simply add `-o igncr' to the login command line in the cygwin.bat file.

But set -o igncr only affects bash itself.  That's fine for shell
scripts, but you'll still have trouble with other programs and their
text files (like readline and .inputrc).
-- 
Mark J. Reed <markjreed@gmail.com>

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]