Browse Source
Somewhere around zsh 5.1, there was a change which turned typeset (and most likely local) into a keyword. In older versions of zsh, using `local x=()` will cause the () to be treated as a glob qualifier. Fixes #1373master
Kaleb Elwert
7 years ago
1 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue