Re: mksh 49-1 no longer handles Windows line endings

2014-12-11 Thread Eric Blake
On 12/10/2014 08:21 PM, Warren Young wrote: > On Dec 10, 2014, at 6:20 PM, Ryan Dortmans wrote: > >> The latest version of mksh no longer handles Windows line endings > > [snip] > >> — > > mksh is currently up for adoption: > > http://cygwin.1069669.n5.nabble.com/Packages-up-for-adoption-td

Re: mksh 49-1 no longer handles Windows line endings

2014-12-10 Thread Warren Young
On Dec 10, 2014, at 6:20 PM, Ryan Dortmans wrote: > The latest version of mksh no longer handles Windows line endings [snip] > — mksh is currently up for adoption: http://cygwin.1069669.n5.nabble.com/Packages-up-for-adoption-td111353.html I briefly considered adopting it, mainly for histor

mksh 49-1 no longer handles Windows line endings

2014-12-10 Thread Ryan Dortmans
Hi, The latest version of mksh no longer handles Windows line endings in ksh scripts when in a text-mode file system. To reproduce: $ mount -o text c:/textmode /textmode (or use an existing text-mode mount) $ echo -e "\necho \"test\"\n" > /textmode/test.ksh $ ksh /textmode/test.ksh : not founds