Re: Feature request: DOS line endings recognition

2005-11-10 Thread Francesco Montorsi
Hi, Chet Ramey wrote: Francesco Montorsi wrote: is this the right place to make feature-requests for bash ? Yes. In response to yours: I will improve the error message displayed when trying to execute a shell script with DOS line endings so the ^M doesn't cause half of the message to be o

Re: Feature request: DOS line endings recognition

2005-11-10 Thread Chet Ramey
Francesco Montorsi wrote: > is this the right place to make feature-requests for bash ? Yes. In response to yours: I will improve the error message displayed when trying to execute a shell script with DOS line endings so the ^M doesn't cause half of the message to be overwritten. The shell is n

Re: Feature request: DOS line endings recognition

2005-11-10 Thread Francesco Montorsi
is this the right place to make feature-requests for bash ? Thanks, Francesco Montorsi ___ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash

Feature request: DOS line endings recognition

2005-10-30 Thread Francesco Montorsi
Hi, I've found out (after trying almost everything else I could coinceive), that if I make a BASH script with DOS/WIN line endings instead of UNIX line endings, when I try to run that script I get the error message: : bad interpreter: No such file or directory this is rather useless as er