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

assigning parameters and globbing



Is it normal that this doesn't work?

dixsept% BLAH=*([-1])
dixsept% echo $BLAH
*([-1])
dixsept% export BLAH=*([-1])
zsh: no matches found: BLAH=*([-1])

dixsept% setopt GLOB_ASSIGN
dixsept% BLAH=*([-1])
dixsept% echo $BLAH        
xc
dixsept% export BLAH=*([-1])
zsh: no matches found: BLAH=*([-1])

I have zsh 4.3.2-dev-1 (Debian/unstable).

-- 
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / SPACES project at LORIA



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