bug#24055: Bug: #!/usr/bin/env gives poor error message for DOS line-endings

2016-07-22 Thread Pádraig Brady
On 22/07/16 21:39, Simon Richard Clarkstone wrote: > I have found a poor error message in env (GNU coreutils) 8.23, on FC22. > > --- > > I created the following executable file, with a DOS line-end: > > #!/usr/bin/env sh > > When run, it displays the following error message on my terminal: >

bug#24055: Bug: #!/usr/bin/env gives poor error message for DOS line-endings

2016-07-22 Thread Simon Richard Clarkstone
I have found a poor error message in env (GNU coreutils) 8.23, on FC22. --- I created the following executable file, with a DOS line-end: #!/usr/bin/env sh When run, it displays the following error message on my terminal: : No such file or directory This error message is cryptic. However,

bug#24054: tr bug? [:space:] acts like "a"

2016-07-22 Thread Assaf Gordon
tag 24054 notabug close 24045 stop Hello, On 07/22/2016 02:58 PM, p...@tutanota.de wrote: For the last few weeks tr [:space:] isn't working the way it used to for me under Ubuntu 14.04. Instead of acting on spaces it acts on "a"s.: me@U:~$ echo "thisstring abcde what the heck?" | tr

bug#24054: tr bug? [:space:] acts like "a"

2016-07-22 Thread pmun
For the last few weeks tr [:space:] isn't working the way it used to for me under Ubuntu 14.04. Instead of acting on spaces it acts on "a"s.: me@U:~$ echo "thisstring abcde what the heck?" | tr [:space:] '_' thisstring _bcde wh_t the heck? me@U:~$ This is 64 bit 14.04 built up from the mini.iso