From e4ae98949c7a7902d3cc9dff5166f9460a49e77e Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Fri, 10 Oct 2008 09:53:22 +0000 Subject: 25814: quote arguments to "eval". --- Functions/Misc/run-help | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Functions/Misc/run-help b/Functions/Misc/run-help index 85f3912e6..f8aef0d47 100644 --- a/Functions/Misc/run-help +++ b/Functions/Misc/run-help @@ -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 -- cgit 1.4.1