Hurmf, I don't like how the former looks like it was two separate
commands according to set -x:
$ set -x
$ r=1 echo
+ r=1
+ echo
$ r=1; echo
+ r=1
+ echo
They shouldn't give exactly the same, no?
___
Bug-bash mailing list
Bug-bash@gnu.org
http://lists
Ahmed Darwish wrote:
> I've noticed that the $LINENO can't be modified in bash 3.0. I made a
> script (bash debugger) which modify LINENO to a specific value before
> using it, it worked in bash 2.05b. but in bash 3.0, even if i've
> changed it's value, it counts from "one" like nothing happened
B
Frank Kujawski wrote:
> I upgreaded versions of Linux, and bash, and I am finding that the
> pipe, |, is buffering differently. Before I could go a fe pipes before
> I get a buffered output, now it seems that it buffers at a single pipe.
> I have looked for settings in bash, as it apears to be