Re: Documentation issue

2017-10-29 Thread Eli Barzilay
y to phrase the above: I don't think that you can mess up these assignments or references with a file like "a0"; but you can do so for `unset`. -- ((x=>x(x))(x=>x(x))) Eli Barzilay: http://barzilay.org/ Maze is Life!

Documentation issue

2017-10-26 Thread Eli Barzilay
the bash sources, and even there I found a few unsafe uses: grep -r 'unset[^a-z"'\'']*\[' examples tests so this is clearly something that is not well-known enough. -- ((x=>x(x))(x=>x(x))) Eli Barzilay: http://b

Re: Documentation issue

2017-10-29 Thread Eli Barzilay
ment would be good. -- ((x=>x(x))(x=>x(x))) Eli Barzilay: http://barzilay.org/ Maze is Life!

Re: Documentation issue

2017-10-26 Thread Eli Barzilay
On Thu, Oct 26, 2017 at 10:50 PM, Clark Wang <dearv...@gmail.com> wrote: > On Fri, Oct 27, 2017 at 3:00 AM, Eli Barzilay <e...@barzilay.org> wrote: >> >> 1. Drop the current "Care must be taken ... the entire array." two >>sentences and re

Re: Documentation issue

2017-10-27 Thread Eli Barzilay
he thing that many people are unaware of. (And in case it wasn't clear: I said that unset is different in the expectations that people have with it, not in how it expands.) -- ((x=>x(x))(x=>x(x))) Eli Barzilay: http://barzilay.or

Re: Documentation issue

2017-10-26 Thread Eli Barzilay
26, 2017 at 8:56 AM, Chet Ramey <chet.ra...@case.edu> wrote: > On 10/26/17 1:18 AM, Eli Barzilay wrote: >> Bash surprised me with the behavior mentioned here: >> >> https://stackoverflow.com/questions/15897473 >> >> This can be pretty bad in that it'

Re: Documentation issue

2017-10-26 Thread Eli Barzilay
le don't miss it from either place). 2. The parenthetical comment. -- ((x=>x(x))(x=>x(x))) Eli Barzilay: http://barzilay.org/ Maze is Life!