From 0c11cb5b477e0e7c589f4fa0f00f3f27064141c4 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 21 Apr 2009 16:05:34 +0000 Subject: Greg: 26862: remove unnecessary print --- ChangeLog | 5 ++++- Functions/Misc/run-help | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 52f0063ba..82714d0cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2009-04-21 Peter Stephenson + * Greg Klanderman: 26862: Functions/Misc/run-help: remove + unecessary "print". + * Greg Klanderman (26861) + 26863: Completion/Base/Widget/_read_comp: don't warn over unset parameters but typeset -g _read_comp anyway. @@ -11595,5 +11598,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4661 $ +* $Revision: 1.4662 $ ***************************************************** 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} -- cgit 1.4.1