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_open | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions/TCP/tcp_open') diff --git a/Functions/TCP/tcp_open b/Functions/TCP/tcp_open index 1f7a65c9a..cd1afed28 100644 --- a/Functions/TCP/tcp_open +++ b/Functions/TCP/tcp_open @@ -200,7 +200,7 @@ done if [[ -z $TCP_SESS ]]; then [[ -z $quiet ]] && print "Setting default TCP session $sessnames[1]" - TCP_SESS=$sessnames[1] + typeset -g TCP_SESS=$sessnames[1] fi return $stat -- cgit v1.2.3