mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Whoops. Last checkin had a typo.o
This commit is contained in:
parent
4c80147d22
commit
0b43bbfdd6
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user