23 Aug
2011
23 Aug
'11
11:35 a.m.
On Aug 23, 2011 7:27 AM, "Seblu" <seblu@seblu.net> wrote:
On Tue, Aug 23, 2011 at 12:10 PM, Dave Reisner <d@falconindy.com> 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