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

Re: qpdf or bashcompinit completion bug



On 2025-08-18 20:47:49 +0100, Stephane Chazelas wrote:
> On 2025-08-18 20:27, Vincent Lefevre wrote:
> [...]
> > /usr/share/zsh/vendor-completions/_qpdf just contains:
> > 
> > #compdef qpdf
> > eval $(/usr/bin/qpdf --completion-zsh)
> [...]
> 
> In any case, that's wrong as that unquoted $(...) requests IFS-splitting on
> the output of qpdf.
> 
> Should be:
> 
> eval "$(/usr/bin/qpdf --completion-zsh)"

Isn't this equivalent here?

Anyway, this doesn't solve the problem.

-- 
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / Pascaline project (LIP, ENS-Lyon)




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