On Aug 23, 2011 7:27 AM, "Seblu" <[email protected]> wrote: > > On Tue, Aug 23, 2011 at 12:10 PM, Dave Reisner <[email protected]> wrote: > > If you want to be consistent, we use '[[ -z' everywhere else. '[[ !' > > isn't wrong, its just unexpected in our codebase. > ok > > > > > Generally we use array+=("$another"). There's nothing wrong with this > > persay, just don't reverse it -- bash is exponentially slower when > > prepending to an array. > > > This was fixed in last version isn't it ?
I guess it is. Reading patches on the bus doesn't work out as well as I'd like it to. D
