while heavy testing of recent OpenWrt i
discovered the following problem:
x() { local x=1; echo $x; local x; echo $x; }
older busybox will output
1
1
and v1.23.2 will only output
1
this means: 'local varname' will empty the var.
is this a problem with a changed config? at least
i cannot find a corresponding changeset regarding ash.c
bye, bastian
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel