mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-21 09:09:06 +00:00
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:
parent
5edca936ed
commit
d0fa3f1df4
2 changed files with 1 additions and 2 deletions
1
Changes
1
Changes
|
@ -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
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue