Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[[ is being treated as a pattern in the command/reserved word position.



With a recent build, this happens to me. Does it happen for anyone else?

% type [[
zsh: bad pattern: [[
% type '[['
[[ is a reserved word
% '[[' a == a ]]
zsh: = not found
% '[[' a '==' a ]]
zsh: command not found: [[
% print $ZSH_PATCHLEVEL
zsh-5.0.7-0-g208bded



Messages sorted by: Reverse Date, Date, Thread, Author