From 0f080f741cb1a1402e87e6516af92601bff0fccd Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 25 Jul 2003 10:53:44 +0000 Subject: 18908: use print/read -u in completion system and tweak builtin doc --- Functions/TCP/tcp_send | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions/TCP/tcp_send') diff --git a/Functions/TCP/tcp_send b/Functions/TCP/tcp_send index c5f902f71..c6d8ad637 100644 --- a/Functions/TCP/tcp_send +++ b/Functions/TCP/tcp_send @@ -62,7 +62,7 @@ for TCP_SESS in $sessions; do mystat=1 continue fi - print $nonewline -r -- $* >&$fd + print -u $fd $nonewline -r -- $* if [[ $? -ne 0 || -n $TCP_FD_CLOSED ]]; then print "Session ${TCP_SESS}: fd $fd unusable." >&2 unset TCP_FD_CLOSED -- cgit 1.4.1