mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
* Corrected typo that broke Deb.pm, Closes: #64559
This commit is contained in:
@@ -545,7 +545,7 @@ sub email {
|
||||
return $ENV{EMAIL} if exists $ENV{EMAIL};
|
||||
|
||||
my $login = getlogin || (getpwuid($<))[0] || $ENV{USER};
|
||||
myt $mailname='';
|
||||
my $mailname='';
|
||||
if (open (MAILNAME,"</etc/mailname")) {
|
||||
$mailname=<MAILNAME>;
|
||||
chomp $mailname;
|
||||
|
||||
Reference in New Issue
Block a user