mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-01 17:11:14 +00:00
Apply style guidelines
This commit is contained in:
parent
b0366e8469
commit
1c6a709f3a
1 changed files with 7 additions and 6 deletions
|
@ -123,7 +123,8 @@ sub expand_filename {
|
||||||
$home = ( getpwuid($>) )[5];
|
$home = ( getpwuid($>) )[5];
|
||||||
}
|
}
|
||||||
if ( !defined($home) ) {
|
if ( !defined($home) ) {
|
||||||
$self->debug( 3, 'No home found so leaving filename ', $filename, ' unexpanded' );
|
$self->debug( 3, 'No home found so leaving filename ',
|
||||||
|
$filename, ' unexpanded' );
|
||||||
return $filename;
|
return $filename;
|
||||||
}
|
}
|
||||||
$self->debug( 4, 'Using ', $home, ' as home directory' );
|
$self->debug( 4, 'Using ', $home, ' as home directory' );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue