minor tweak so fast-update picks up new directories. not part of build
This commit is contained in:
Родитель
5ea51bde30
Коммит
c8575b39e8
|
@ -135,7 +135,7 @@ foreach $dir (sort @uniquedirs) {
|
|||
$dirlist .= "$dir ";
|
||||
$i++;
|
||||
if ($i == 5) {
|
||||
system "cvs up -l $dirlist\n";
|
||||
system "cvs up -l -d $dirlist\n";
|
||||
$dirlist = "";
|
||||
$i=0;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче