Bug#316213: bash confused by missing newline at end of script

2010-12-09 Thread Martin Ziegler
Dear Jonathan, I use now bash 4.1-3. The bug does not exist any more! Regards, Martin -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#316213: bash confused by missing newline at end of script

2010-12-08 Thread Jonathan Nieder
tags 316213 + moreinfo tags 316213 - unreprocible quit Hi Martin, Martin Ziegler wrote: > The script > > "if /bin/false ; then > echo hi > fi" > > prints "hi", if there is NO NEWLINE at the end. Could you give a simple script to reproduce this? For example: cat <<-\EOF >testme

Bug#316213: bash confused by missing newline at end of script

2005-09-10 Thread Matthias Klose
tags 316213 + unreproducible thanks Martin Ziegler writes: > Package: bash > Version: 3.0-15 > Severity: normal > > The script > > "if /bin/false ; then > echo hi > fi" > > prints "hi", if there is NO NEWLINE at the end. > Similarly > > "if ! /bin/false ; then > echo hi > fi" > >

Bug#316213: bash confused by missing newline at end of script

2005-06-29 Thread Martin Ziegler
Package: bash Version: 3.0-15 Severity: normal The script "if /bin/false ; then echo hi fi" prints "hi", if there is NO NEWLINE at the end. Similarly "if ! /bin/false ; then echo hi fi" prints nothing. -- System Information: Debian Release: testing/unstable APT prefers testing