summaryrefslogtreecommitdiff
path: root/pre-commit.d
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-03-11 15:09:44 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-03-11 15:09:44 -0400
commitd282c8c9890266584a43bcd8ca1551e91bf97dc3 (patch)
tree41eead480f003bfd8b5d2726789df501ccd524d2 /pre-commit.d
parentc7efb544a4c49e3c699a22e2b66aab759a974a92 (diff)
fix horrible typo in patch
Diffstat (limited to 'pre-commit.d')
-rwxr-xr-xpre-commit.d/30store-metadata2
1 files changed, 1 insertions, 1 deletions
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