Re: Bug Reporting

2015-06-09 Thread Charles Daffern
On 09/06/15 09:27, Pierre Gaston wrote: > Well it tries to execute the file and show the lines where it gets an > error, it's a useful behavior when you try to write a script. > > If you have read access to these files and can run bash, you can print > them anyway eg: > > bash -c 'echo "$( > so it

Re: Bug Reporting

2015-06-09 Thread Pierre Gaston
On Tue, Jun 9, 2015 at 11:16 AM, Avinash Thapa wrote: > Hi, I'll report the bug via email only. > > In this, you are able to get the /etc/passwd file inside an error, this > thing looks weird to me so I thought to report you this thing. > > Just write in your terminal > bash -i '/etc/passwd'

Re: Bug Reporting

2015-06-08 Thread Eric Blake
On 06/08/2015 06:28 AM, Avinash Thapa wrote: > Hello > > I have to report a bug related to bash.So, this is good place to report the > bug ? Yes. Also good is using the 'bashbug' script, typically installed alongside 'bash', for reporting the bug with information that we often find helpful. --