diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2000-06-01 16:48:41 +0200 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2000-06-01 16:48:41 +0200 |
commit | 8fa23df7aabc88574d29a58e884328867826026e (patch) | |
tree | 389755070c741446202ed42aa3ce67eaafc38257 /build | |
parent | don't include apr_shmem.h when APR_HAS_SHARED_MEMORY is false, but instead se... (diff) | |
download | apache2-8fa23df7aabc88574d29a58e884328867826026e.tar.xz apache2-8fa23df7aabc88574d29a58e884328867826026e.zip |
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
Diffstat (limited to 'build')
-rw-r--r-- | build/dsp5tocvs.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/dsp5tocvs.pl b/build/dsp5tocvs.pl index 6cc89df31c..7b3c13fc55 100644 --- a/build/dsp5tocvs.pl +++ b/build/dsp5tocvs.pl @@ -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; |