From d307660deeb115dd2061654c2ddcd4407cadb04c Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 8 Aug 2005 16:48:52 +0000 Subject: 21575 plus unposted: Add WARN_CREATE_GLOBAL option --- Functions/TCP/tcp_expect | 1 + 1 file changed, 1 insertion(+) (limited to 'Functions/TCP/tcp_expect') diff --git a/Functions/TCP/tcp_expect b/Functions/TCP/tcp_expect index e49f93804..1c63b8def 100644 --- a/Functions/TCP/tcp_expect +++ b/Functions/TCP/tcp_expect @@ -84,6 +84,7 @@ while getopts "al:p:qs:t:T:" _expect_opt; do done (( OPTIND > 1 )) && shift $(( OPTIND - 1 )) +typeset -ga tcp_expect_lines tcp_expect_lines=() while true; do if (( _expect_to_all || _expect_to1 )); then -- cgit 1.4.1