* Fix CVS parsing to work with the new logging filename scheme.

svn path=/trunk/kdenonbeta/kdecvs-build/; revision=314857
wilder
Michael Pyne 22 years ago
parent 4e64f5440d
commit bd692cf234
  1. 2
      kdecvs-build

@ -1087,7 +1087,7 @@ sub run_cvs
# bother.
return 0 if (get_option ('global', 'pretend'));
$logfilename = "$logdir/$logfilename";
$logfilename = "$logdir/$logfilename.log";
# We need to open the file and try to determine what the CVS process
# did.

Loading…
Cancel
Save