mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-03 18:03:23 +00:00
Perltidy
This commit is contained in:
parent
6529bccdbd
commit
40079d23d9
1 changed files with 32 additions and 32 deletions
|
@ -596,7 +596,6 @@ sub substitute_macros {
|
|||
}
|
||||
{
|
||||
my $macro_hostname = $self->config->{macro_hostname};
|
||||
#my $hostname = $servers{$svr}{givenname};
|
||||
my $hostname = hostfqdn();
|
||||
$text =~ s!$macro_hostname!$hostname!xsmg;
|
||||
}
|
||||
|
@ -1616,6 +1615,7 @@ sub create_menubar() {
|
|||
-offvalue => 'no',
|
||||
-onvalue => 'yes',
|
||||
],
|
||||
|
||||
# While this autoclose menu works as expected, the functionality
|
||||
# within terminals does not. "auto_close" is set when the terminal
|
||||
# is opened and is not updated when the variable is changed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue