From: ivan Date: Sat, 24 Aug 2002 01:54:53 +0000 (+0000) Subject: missing ; X-Git-Tag: NET_SSH_0_07~1 X-Git-Url: http://git.freeside.biz/gitweb/?p=Net-SSH.git;a=commitdiff_plain;h=da4964ca55c1d21e4e557daa125b58c70e71c301 missing ; --- diff --git a/SSH.pm b/SSH.pm index 639bf2b..a47cc48 100644 --- a/SSH.pm +++ b/SSH.pm @@ -176,7 +176,7 @@ sub _ssh_options { } else { $equalspace = "="; } - my @options = ( '-o', 'BatchMode'.$equalspace.'yes' ) + my @options = ( '-o', 'BatchMode'.$equalspace.'yes' ); if ( $ssh_version =~ /.*OpenSSH[-|_](\w+)\./ && $1 > 1 ) { unshift @options, '-T'; }