* Corrected typo that broke Deb.pm, Closes: #64559

This commit is contained in:
joey
2000-05-24 02:30:46 +00:00
parent 71a8666dd8
commit 2ab8c2557c
2 changed files with 7 additions and 1 deletions

View File

@@ -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
View File

@@ -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,