зеркало из https://github.com/mozilla/pjs.git
flip srcdir back to "\"
This commit is contained in:
Родитель
1a771eafda
Коммит
2c01e1f2c3
|
@ -74,10 +74,6 @@ bin\components\necko_file.dll
|
|||
bin\components\necko_file.xpt
|
||||
bin\components\necko_ftp.xpt
|
||||
bin\components\necko_ftp.dll
|
||||
bin\components\necko_http.xpt
|
||||
bin\components\necko_http.dll
|
||||
bin\components\necko_resource.dll
|
||||
bin\components\nsgif3250.dll
|
||||
bin\components\nsjpg3250.dll
|
||||
bin\components\nslocale.dll
|
||||
bin\components\nspng3250.dll
|
||||
|
|
|
@ -254,6 +254,7 @@ sub do_copyfile
|
|||
$PD = "/";
|
||||
$path =~ s/$srcdir$PD//g;
|
||||
$path =~ s/\//\\/g;
|
||||
$srcdir =~ s/\//\\/g;
|
||||
$PD = "\\";
|
||||
} else {
|
||||
$path =~ s/$srcdir$PD//;
|
||||
|
|
Загрузка…
Ссылка в новой задаче