about summary refs log tree commit diff
path: root/Functions/Misc
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2009-04-21 16:05:34 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2009-04-21 16:05:34 +0000
commit0c11cb5b477e0e7c589f4fa0f00f3f27064141c4 (patch)
treefac30d84e78efca730bd92b68017b514151252fd /Functions/Misc
parente70b53a12703a7856078349c848e3aee3ca80131 (diff)
downloadzsh-0c11cb5b477e0e7c589f4fa0f00f3f27064141c4.tar.gz
zsh-0c11cb5b477e0e7c589f4fa0f00f3f27064141c4.tar.xz
zsh-0c11cb5b477e0e7c589f4fa0f00f3f27064141c4.zip
Greg: 26862: remove unnecessary print
Diffstat (limited to 'Functions/Misc')
-rw-r--r--Functions/Misc/run-help1
1 files changed, 0 insertions, 1 deletions
diff --git a/Functions/Misc/run-help b/Functions/Misc/run-help
index f5464065d..1a8424cea 100644
--- a/Functions/Misc/run-help
+++ b/Functions/Misc/run-help
@@ -54,7 +54,6 @@ while ((i++ < $#places))
 do
     what=$places[$i]
     [[ -n $noalias && $what = *" is an alias "* ]] && continue
-    builtin print -r $what
     case $what in
     (*( is an alias)*)
 	[[ ${what[(w)6]:t} != ${what[(w)1]} ]] && run-help ${what[(w)6]:t}