From b9262b0cbbb6887907133eca671e22d83fd3d808 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Fri, 9 Dec 2005 19:04:26 +0000 Subject: 22065: starts with "--". --- Functions/TCP/tcp_read | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions/TCP') diff --git a/Functions/TCP/tcp_read b/Functions/TCP/tcp_read index aa30b723d..7d8acf865 100644 --- a/Functions/TCP/tcp_read +++ b/Functions/TCP/tcp_read @@ -216,7 +216,7 @@ while (( ${#read_fds} )); do fi tcp_output -P "${TCP_PROMPT=<-[%s] }" -S $sess -F $read_fd \ - $noprint "$line" + $noprint -- "$line" # REPLY is now set to the line with an appropriate prompt. tcp_lines+=($REPLY) typeset -g TCP_LINE="$REPLY" TCP_LINE_FD="$read_fd" -- cgit 1.4.1