From 48d0166c1c23443c662e10dc758b1a4662ba9110 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 2 May 2003 10:58:52 +0000 Subject: 18497: minor tweaks to info and tcp_spam --- Functions/TCP/tcp_spam | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Functions') diff --git a/Functions/TCP/tcp_spam b/Functions/TCP/tcp_spam index bafe269b9..8b84cd0d2 100644 --- a/Functions/TCP/tcp_spam +++ b/Functions/TCP/tcp_spam @@ -95,7 +95,7 @@ for TCP_SESS in $sessions; do tcp_on_spam $TCP_SESS $cmd $* [[ $REPLY = done ]] && continue fi - [[ -n $verbose ]] && zformat REPLY $TCP_PROMPT "s:$TCP_SESS" \ - "f:${tcp_by_name[$TCP_SESS]}" + [[ -n $verbose ]] && zformat -f REPLY $TCP_PROMPT "s:$TCP_SESS" \ + "f:${tcp_by_name[$TCP_SESS]}" && print -r $REPLY eval $cmd '$*' done -- cgit 1.4.1