diff options
author | Tom Lane | 2010-09-22 23:51:39 +0000 |
---|---|---|
committer | Tom Lane | 2010-09-22 23:51:39 +0000 |
commit | 651377933e031526379cae97034d1c50cdaad28c (patch) | |
tree | 09d0a1840f5e558f01818060da0548dda0c162f3 /src/tools/codelines | |
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/codelines')
-rwxr-xr-x | src/tools/codelines | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/codelines b/src/tools/codelines index 9a8e11bf400..11e86accf27 100755 --- a/src/tools/codelines +++ b/src/tools/codelines @@ -3,5 +3,5 @@ # src/tools/codelines # This script is used to compute the total number of "C" lines in the release -# This should be run from the top of the CVS tree after a 'make distclean' +# This should be run from the top of the Git tree after a 'make distclean' find . -name '*.[chyl]' | xargs cat| wc -l |