Closed rowanthorpe closed 10 years ago
When I needed zsh to do wordsplitting Bourne-style (using "setopt shwordsplit") oh-my-zsh borked on an unquoted var. This fixes it.
(I cloned this PR from the one I did at https://github.com/robbyrussell/oh-my-zsh/pull/3113 as requested)
When I needed zsh to do wordsplitting Bourne-style (using "setopt shwordsplit") oh-my-zsh borked on an unquoted var. This fixes it.