Oops; wrong environment variable name.

This commit is contained in:
terry%netscape.com 1998-08-29 00:36:03 +00:00
Родитель c118298d0e
Коммит 08827b782c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -66,7 +66,7 @@ if ($hostname ne "lounge.mozilla.org") {
$ENV{"HOME"} = glob("~$mylogin"); # CVS wants this.
$ENV{"CVSPASS"} = "./.cvspass";
$ENV{"CVS_PASSFILE"} = "./.cvspass";
if ($usertoblame eq "") {
$usertoblame = $mylogin;