From d282c8c9890266584a43bcd8ca1551e91bf97dc3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 11 Mar 2008 15:09:44 -0400 Subject: fix horrible typo in patch --- pre-commit.d/30store-metadata | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pre-commit.d') diff --git a/pre-commit.d/30store-metadata b/pre-commit.d/30store-metadata index 7a75344..86e974c 100755 --- a/pre-commit.d/30store-metadata +++ b/pre-commit.d/30store-metadata @@ -1,7 +1,7 @@ #!/bin/sh set -e -if [ "$VCS" = git ] || [ "$VCS" = hg ] || [ "$VCS" = bzr ]; then; then +if [ "$VCS" = git ] || [ "$VCS" = hg ] || [ "$VCS" = bzr ]; then # Make sure the file is not readable by others, since it can leak # information about contents of non-readable directories in /etc. umask 077 -- cgit v1.2.3