Fix cssh starting if xterm is not installed

Fix cssh not starting if xterm isn't installed and an alternate terminal such as uxrvt is used,

SourceForge bug 3494988
This commit is contained in:
Duncan Ferguson 2013-02-14 23:44:15 +00:00
parent 5edca936ed
commit d0fa3f1df4
2 changed files with 1 additions and 2 deletions

View file

@ -103,8 +103,6 @@ sub new {
$self->{comms} = $comms;
}
$self->{terminal} = $self->find_binary( $self->{terminal} );
$self->{title} = uc($Script);
$clusters = App::ClusterSSH::Cluster->new();