RE: BUG: echo call function

2015-03-04 Thread x Slack x Ruan
ash fi Thanks for the feedback. Sorry for poor English. > Date: Wed, 4 Mar 2015 07:31:56 -0600 > Subject: Re: BUG: echo call function > From: john.archie.mck...@gmail.com > To: xsla...@live.fr > CC: bug-bash@gnu.org > > On Tue, Mar 3, 2015 at 9:17 PM, x Slack x

BUG: echo call function

2015-03-03 Thread x Slack x Ruan
Good evening. My name is Ruan, was doing some scripting with bash, to launch a script my system crashed and restarted. When I look at the command syntax. function example () { echo `example` } example The echo generates an infinite loop calling the function