23 Aug
2011
23 Aug
'11
11:27 a.m.
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 ? -- Sébastien Luttringer www.seblu.net