mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-27 04:40:59 +01:00
25814: quote arguments to "eval".
This commit is contained in:
parent
dc9f889867
commit
e4ae98949c
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ do
|
|||
do
|
||||
shift cmd_args
|
||||
done
|
||||
eval "run-help-$1:t ${(@)cmd_args[2,-1]}"
|
||||
eval "run-help-$1:t ${(q@)cmd_args[2,-1]}"
|
||||
else
|
||||
man $@:t
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue