Changed MAIL to EMAIL proper.

This commit is contained in:
freesource
2001-12-12 19:42:21 +00:00
parent 5192a53e8c
commit 316d0bffae
2 changed files with 2 additions and 2 deletions
@@ -204,7 +204,7 @@ chdir($packaging_place);
# Using dch for the changelog .. very convenient and debian proper.
if (!$stop) {
$ENV{MAIL} = $email;
$ENV{EMAIL} = $email;
$ENV{DEBFULLNAME} = $name;
system "chown $real_uid:$real_gid $packaging_place/debian/changelog";
+1 -1
View File
@@ -205,7 +205,7 @@ chdir($packaging_place);
# Using dch for the changelog .. very convenient and debian proper.
if (!$stop) {
$ENV{MAIL} = $email;
$ENV{EMAIL} = $email;
$ENV{DEBFULLNAME} = $name;
system "chown $real_uid:$real_gid $packaging_place/debian/changelog";