mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-28 05:00: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
|
do
|
||||||
shift cmd_args
|
shift cmd_args
|
||||||
done
|
done
|
||||||
eval "run-help-$1:t ${(@)cmd_args[2,-1]}"
|
eval "run-help-$1:t ${(q@)cmd_args[2,-1]}"
|
||||||
else
|
else
|
||||||
man $@:t
|
man $@:t
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue