projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f60880
)
Don't use tabs in Perl scripts, for consistency.
author
Bruce Momjian
<bruce@momjian.us>
Sun, 1 Jan 2012 22:59:44 +0000
(17:59 -0500)
committer
Bruce Momjian
<bruce@momjian.us>
Sun, 1 Jan 2012 22:59:44 +0000
(17:59 -0500)
src/tools/copyright.pl
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/copyright.pl
b/src/tools/copyright.pl
index 9c591e8fb1d4e5b88d33b5c5b66589bfa736bd37..705edaf3ee135759950e23e2b59ff3dad972b1e3 100755
(executable)
--- a/
src/tools/copyright.pl
+++ b/
src/tools/copyright.pl
@@
-26,8
+26,8
@@
sub wanted {
# prevent corruption of git indexes, ./.git
if ($File::Find::name =~ m{^\./\.git$})
{
- $File::Find::prune = 1;
- return;
+
$File::Find::prune = 1;
+
return;
}
return if ! -f $File::Find::name || -l $File::Find::name;