summaryrefslogtreecommitdiff
path: root/init.d
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2007-11-05 17:10:28 -0500
committerJoey Hess <joey@kodama.kitenet.net>2007-11-05 17:10:28 -0500
commit5445585dec83b305050dd0695ad5f4bd012090d1 (patch)
treea019b89aef3b0c78a2d69a7c6c78cb68e0b82222 /init.d
parentb4658d457e012ae4656138f962cc4267336db857 (diff)
more /etc cd fixes
Diffstat (limited to 'init.d')
-rwxr-xr-xinit.d/40git-pre-commit-hook1
1 files changed, 0 insertions, 1 deletions
diff --git a/init.d/40git-pre-commit-hook b/init.d/40git-pre-commit-hook
index 2b23dc0..cf96c1e 100755
--- a/init.d/40git-pre-commit-hook
+++ b/init.d/40git-pre-commit-hook
@@ -10,7 +10,6 @@ else
# pre-commit hook for etckeeper. Calls etckeeper-pre-commit to store metadata
# and do sanity checks.
set -e
-cd /etc
etckeeper-pre-commit
EOF
chmod +x .git/hooks/pre-commit