zsh-workers
 help / color / mirror / code / Atom feed
* debug print left in 'run-help'?
@ 2009-04-21 15:56 Greg Klanderman
  2009-04-25 20:10 ` Bart Schaefer
  0 siblings, 1 reply; 3+ messages in thread
From: Greg Klanderman @ 2009-04-21 15:56 UTC (permalink / raw)
  To: Zsh list


There seems to be a spurious debug print statement left in
the 'run-help' function, at around line 57:

|    builtin print -r $what

Should/can this be removed?

thanks,
Greg


Index: Functions/Misc/run-help
===================================================================
RCS file: /cvsroot/zsh/zsh/Functions/Misc/run-help,v
retrieving revision 1.13
diff -u -r1.13 run-help
--- Functions/Misc/run-help	30 Dec 2008 05:40:56 -0000	1.13
+++ Functions/Misc/run-help	21 Apr 2009 15:54:32 -0000
@@ -54,7 +54,6 @@
 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}


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-04-27 20:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-21 15:56 debug print left in 'run-help'? Greg Klanderman
2009-04-25 20:10 ` Bart Schaefer
2009-04-27 20:45   ` Greg Klanderman

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).