checking in David Berry's patch for bug 157682

This commit is contained in:
tara%tequilarista.org 2003-05-02 06:45:25 +00:00
Родитель 3c6e0afaa8
Коммит 752636b24f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -547,7 +547,7 @@ sub LoadDirList {
if (-f $modules) {
if ((!(-f $dirsfile)) ||
((-M $dirsfile) < (-M $modules))) {
((-M $dirsfile) > (-M $modules))) {
system("./createlegaldirs.pl", $::TreeID);
}
}