+1
-1
@@ -333,7 +333,7 @@ die "$0: fork: $!\n" unless ( defined $pid );
|
|||||||
if ( $pid == 0 ) { # child
|
if ( $pid == 0 ) { # child
|
||||||
open(STDERR, ">&STDOUT") or die;
|
open(STDERR, ">&STDOUT") or die;
|
||||||
|
|
||||||
my @sshopts = ( '-n' );
|
my @sshopts = ();
|
||||||
if ($ssh_pty) {
|
if ($ssh_pty) {
|
||||||
push @sshopts, '-tt';
|
push @sshopts, '-tt';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user