Re: FW: multi-line alias executed out of order

2013-12-19 Thread Chet Ramey
On 12/17/13 10:49 PM, Andrew Martin wrote: > Chet & Pierre: > > My apologies, the newlines were somehow removed by my email client. Thanks. There's a weird interaction between multi-line (embedded newline) alias expansions, the `.' builtin, and the parser. I will fix it for bash-4.3-release. C

Re: FW: multi-line alias executed out of order

2013-12-19 Thread Piotr Grzybowski
I was able to reproduce this, although there is another fix: remove "source" from the multiline (foo2) alias. I did not look at the alias built-in code lately, but it seems that "source" scripts are put to the stack for later execution and then taken into account in a first-in-last-out order. c

Re: FW: multi-line alias executed out of order

2013-12-18 Thread Andrew Martin
Chet & Pierre: My apologies, the newlines were somehow removed by my email client. First, here's a properly formatted pastebin link: http://pastebin.com/raw.php?i=AhF89GfT And here's another attempt at a properly formatted report: Configuration Information [Automatically generated, do not chang