swaped the 2 checkout lines so that, at the end of the script, the MacCVS status window displays the error messages from the Raptor module instead of those from the libpref branch

This commit is contained in:
pierre%netscape.com 1998-10-29 11:12:59 +00:00
Родитель 65e5038151
Коммит 3638abe6f9
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -122,9 +122,9 @@ sub Checkout()
#//
if ($main::pull{all})
{
$session->checkout("RaptorMac") || die "checkout failure";
$session->checkout("mozilla/modules/libpref",$LIBPREF_BRANCH) || die "checkout failure";
}
$session->checkout("RaptorMac") || die "checkout failure";
}
}