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

@ -12,6 +12,7 @@
* Updated manpage whatis entries (patch by Tony Mancill)
* Fix watch line expression to catch 4.x series tarballs (Debian patch LP ID #1076897)
* Allow tests to pass successfully when run as root
* Fix cssh starting if xterm is not installed (Sf bug 3494988)
2012-12-09 Duncan Ferguson <duncan_ferguson@user.sf.net> - v4.01_02
* Fix logic when using 'autoclose' on the command line or config file

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();