pgsql: Fix copyright.pl to properly skip the .git directory by adding a - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Fix copyright.pl to properly skip the .git directory by adding a
Date
Msg-id E1SnAhb-0007Ui-QE@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix copyright.pl to properly skip the .git directory by adding a
basename() qualification.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5198ae89924db730d7d3ec3ab7b14c17a22c7f82

Modified Files
--------------
src/tools/copyright.pl |    6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Fix copyright.pl to properly skip the .git directory by adding a
Next
From: Bruce Momjian
Date:
Subject: pgsql: Modify copyright.pl so all lines are processed, not just the fir