mirror of
https://github.com/apache/httpd.git
synced 2025-08-20 16:09:55 +00:00
PR:
Obtained from: Submitted by: Reviewed by: Ick. A message to make one's head spin in infinite recursion. Fixed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85365 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -36,7 +36,7 @@ sub tovc6 {
|
||||
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;
|
||||
|
Reference in New Issue
Block a user