16535e8 Fix incompatibility with older zsh.

Authored and Committed by tibbs 5 years ago
    Fix incompatibility with older zsh.
    
    Older versions of zsh (5.0.x, at least) can't do local -a and assignment
    in the same statement.  So don't do that.
    
        
file modified
+3 -3