Commit 0839621f authored by Guenter Knauf's avatar Guenter Knauf
Browse files

print update message only if we really update CVS.

parent bf2c1e09
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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");
    }