print update message only if we really update CVS.
This commit is contained in:
Родитель
bf2c1e099c
Коммит
0839621f47
|
@ -343,12 +343,12 @@ if ($CVS) {
|
|||
|
||||
sub cvsup() {
|
||||
# update quietly to the latest CVS
|
||||
logit "run cvs up";
|
||||
if($nocvsup) {
|
||||
logit "Skipping CVS update (--nocvsup)";
|
||||
return 1;
|
||||
}
|
||||
else {
|
||||
logit "run cvs up";
|
||||
system("cvs -Q up -dP 2>&1");
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче