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

Re: Is quoting of the assigned value needed?



On Fri, 22 Nov 2019 at 16:08, Peter Stephenson <p.stephenson@xxxxxxxxxxx> wrote:
>
> On Fri, 2019-11-22 at 16:01 +0100, Sebastian Gniazdowski wrote:
> > I'm thinking on simplifying the plugin standard's proposed $0
> > handling, which is currently:
> >
> > 0="${${ZERO:-${0:#$ZSH_ARGZERO}}:-${(%):-%N}}"
> > 0="${${(M)0:#/*}:-$PWD/$0}"
> >
> > I.e.: about skipping the quoting. Before I do this is want to be
> > completely sure that it'll always work.
>
> Scalar assignment is always scalar assignment, yes.  That's basically
> the meaning of the text I quoted saying why GLOB_ASSIGN got moved out
> to an option.

Thanks!

-- 
Sebastian Gniazdowski
News: https://twitter.com/ZdharmaI
IRC: https://kiwiirc.com/client/chat.freenode.net:+6697/#zplugin
Blog: http://zdharma.org



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