You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@locus.apache.org on 2000/06/01 16:48:42 UTC

cvs commit: apache-2.0/src/helpers dsp5tocvs.pl

wrowe       00/06/01 07:48:42

  Modified:    src/helpers dsp5tocvs.pl
  Log:
    Ick.  A message to make one's head spin in infinite recursion.  Fixed.
  
  Revision  Changes    Path
  1.5       +1 -1      apache-2.0/src/helpers/dsp5tocvs.pl
  
  Index: dsp5tocvs.pl
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/helpers/dsp5tocvs.pl,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- dsp5tocvs.pl	2000/05/27 17:47:02	1.4
  +++ dsp5tocvs.pl	2000/06/01 14:48:41	1.5
  @@ -36,7 +36,7 @@
   	if ($verchg) {
   	    unlink $_;
   	    rename $tname, $_;
  -	    print "Converted VC6 project " . $_ . " to VC5 in " . $File::Find::dir . "\n"; 
  +	    print "Converted VC5 project " . $_ . " to VC6 in " . $File::Find::dir . "\n"; 
   	}
   	else {
   	    unlink $tname;