Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
debug print left in 'run-help'?
- X-seq: zsh-workers 26862
- From: Greg Klanderman <gak@xxxxxxxxxxxxxx>
- To: Zsh list <zsh-workers@xxxxxxxxxx>
- Subject: debug print left in 'run-help'?
- Date: Tue, 21 Apr 2009 11:56:07 -0400
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Reply-to: gak@xxxxxxxxxxxxxx
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}
Messages sorted by:
Reverse Date,
Date,
Thread,
Author