зеркало из https://github.com/mozilla/gecko-dev.git
checking in David Berry's patch for bug 157682
This commit is contained in:
Родитель
3c6e0afaa8
Коммит
752636b24f
|
@ -547,7 +547,7 @@ sub LoadDirList {
|
|||
|
||||
if (-f $modules) {
|
||||
if ((!(-f $dirsfile)) ||
|
||||
((-M $dirsfile) < (-M $modules))) {
|
||||
((-M $dirsfile) > (-M $modules))) {
|
||||
system("./createlegaldirs.pl", $::TreeID);
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче