зеркало из https://github.com/mozilla/gecko-dev.git
Bugfix for update regex.
This commit is contained in:
Родитель
03064ea2bd
Коммит
00e7890741
|
@ -498,7 +498,7 @@ sub update_create_stats {
|
|||
$hashfunction = uc($hashfunction);
|
||||
|
||||
if ( defined($Settings::update_filehost) ) {
|
||||
$url =~ s|^([^:]*)://([^/:]*)(.*)$|$1://$Settings::update_filehost$2|g;
|
||||
$url =~ s|^([^:]*)://([^/:]*)(.*)$|$1://$Settings::update_filehost$3|g;
|
||||
}
|
||||
|
||||
$output = "$type\n";
|
||||
|
|
Загрузка…
Ссылка в новой задаче