summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2012-01-02 03:27:27 +0000
committerBruce Momjian2012-01-02 03:27:27 +0000
commit6b6137e4efebcd767a349099b3e048fbc7755cca (patch)
tree52e9d6a6284b19fb9186c07cea0eb6aac0d00962
parentbed762c81e6a7f62695d6c8acb78f15c8e85342e (diff)
Update copyright git skip comment.
-rwxr-xr-xsrc/tools/copyright.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/copyright.pl b/src/tools/copyright.pl
index d52a67e347..739f182995 100755
--- a/src/tools/copyright.pl
+++ b/src/tools/copyright.pl
@@ -23,7 +23,7 @@ print "Using current year: $year\n";
find({wanted => \&wanted, no_chdir => 1}, '.');
sub wanted {
- # prevent corruption of git indexes, ./.git
+ # prevent corruption of git indexes by ignoring any .git/
if ($_ eq '.git')
{
$File::Find::prune = 1;