Whoops. Last checkin had a typo.o

This commit is contained in:
dmose%mozilla.org 2000-03-30 05:17:55 +00:00
parent 4c80147d22
commit 0b43bbfdd6

View File

@ -34,7 +34,7 @@ my $debug = $::FORM{'debug'};
print "Content-Type: text/html\n\n";
my $CVS_ROOT = $::FORM{'root'};
if( !defined($CVSROOT) || $CVS_ROOT eq '' ){
if( !defined($CVS_ROOT) || $CVS_ROOT eq '' ){
$CVS_ROOT = pickDefaultRepository();
}
validateRepository($CVS_ROOT);