What is the intended behaviour for this sort of thing?:
$ cat <<"EOF" >trouble
hello ()
{
pwd
}
alias pwd="hello"
EOF
$ source trouble
$ source trouble
$ pwdThe behaviour I've observed with bash-3.2 and several earlier releases is that bash consumes all available memory and then crashes. Tim. */
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Bug-bash mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-bash
