zsh-users/zsh-syntax-highlighting

Audit for null argument elision

Aperta

#479 aperta il 12 gen 2018

 (0 commenti) (0 reazioni) (0 assegnatari)Shell (1371 fork)batch import
Taskgood first issue

Metriche repository

Star
 (22.617 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

See https://github.com/zsh-users/zsh-syntax-highlighting/pull/471#issuecomment-357249607

Go through the code, wherever there's an unquoted parameter name, see if it needs to be double quoted to guard against null argument elision (SH_WORD_SPLIT doesn't prevent that).

Guida contributor