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
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
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