diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2007-11-05 17:10:28 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2007-11-05 17:10:28 -0500 |
commit | 5445585dec83b305050dd0695ad5f4bd012090d1 (patch) | |
tree | a019b89aef3b0c78a2d69a7c6c78cb68e0b82222 | |
parent | b4658d457e012ae4656138f962cc4267336db857 (diff) |
more /etc cd fixes
-rwxr-xr-x | init.d/40git-pre-commit-hook | 1 |
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 |