diff options
author | Joey Hess <joey@kitenet.net> | 2011-11-25 19:40:33 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-11-25 19:40:33 -0400 |
commit | d5946cd230f5513503f100ed48b9062619d986e7 (patch) | |
tree | 6cdef8463dbf13e7266bcd0c05327df0a5707099 /pre-commit.d/30store-metadata | |
parent | 2dd0ffc5b96aa4c22fdfc63ba9db3a44a2e7c453 (diff) |
typo
Diffstat (limited to 'pre-commit.d/30store-metadata')
-rwxr-xr-x | pre-commit.d/30store-metadata | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pre-commit.d/30store-metadata b/pre-commit.d/30store-metadata index 8ba5b9b..e51f64f 100755 --- a/pre-commit.d/30store-metadata +++ b/pre-commit.d/30store-metadata @@ -91,7 +91,7 @@ generate_metadata() { return $gidcache{$want}=scalar getgrgid($want); } chomp; - my @stat=stat($_) + my @stat=stat($_); my $mode = $stat[2]; my $uid = $stat[4]; my $gid = $stat[5]; |