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};
|
return $ENV{EMAIL} if exists $ENV{EMAIL};
|
||||||
|
|
||||||
my $login = getlogin || (getpwuid($<))[0] || $ENV{USER};
|
my $login = getlogin || (getpwuid($<))[0] || $ENV{USER};
|
||||||
myt $mailname='';
|
my $mailname='';
|
||||||
if (open (MAILNAME,"</etc/mailname")) {
|
if (open (MAILNAME,"</etc/mailname")) {
|
||||||
$mailname=<MAILNAME>;
|
$mailname=<MAILNAME>;
|
||||||
chomp $mailname;
|
chomp $mailname;
|
||||||
|
|||||||
6
debian/changelog
vendored
6
debian/changelog
vendored
@@ -1,3 +1,9 @@
|
|||||||
|
alien (7.4) unstable; urgency=low
|
||||||
|
|
||||||
|
* Corrected typo that broke Deb.pm, Closes: #64559
|
||||||
|
|
||||||
|
-- Joey Hess <joeyh@debian.org> Tue, 23 May 2000 19:30:04 -0700
|
||||||
|
|
||||||
alien (7.3) unstable; urgency=low
|
alien (7.3) unstable; urgency=low
|
||||||
|
|
||||||
* Changed all invocations of programs to be in posix-complient form. Ie,
|
* Changed all invocations of programs to be in posix-complient form. Ie,
|
||||||
|
|||||||
Reference in New Issue
Block a user