diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2010-09-22 19:51:39 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2010-09-22 19:51:39 -0400 |
commit | 651377933e031526379cae97034d1c50cdaad28c (patch) | |
tree | 09d0a1840f5e558f01818060da0548dda0c162f3 /src/tools/msvc/Install.pm | |
parent | cb71efe164aea6d37a938fae9d9109dbd7d7dd64 (diff) |
Fix remaining stray references to CVS.
These are just cosmetic and don't seem worth back-patching far.
I put them into 9.0 just because it was trivial to do so.
Diffstat (limited to 'src/tools/msvc/Install.pm')
-rw-r--r-- | src/tools/msvc/Install.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/msvc/Install.pm b/src/tools/msvc/Install.pm index 4d070b93030..784d7884281 100644 --- a/src/tools/msvc/Install.pm +++ b/src/tools/msvc/Install.pm @@ -438,6 +438,7 @@ sub CopyIncludeFiles while (my $d = readdir($D)) { next if ($d =~ /^\./); + next if ($d eq '.git'); next if ($d eq 'CVS'); next unless (-d 'src/include/' . $d); |