From b0160eb5daf39f3258eb06e677bcc433c7425ca0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 5 Nov 2007 16:58:25 -0500 Subject: bugfixes --- init.d/40git-pre-commit-hook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.d/40git-pre-commit-hook') diff --git a/init.d/40git-pre-commit-hook b/init.d/40git-pre-commit-hook index f1609eb..2b23dc0 100755 --- a/init.d/40git-pre-commit-hook +++ b/init.d/40git-pre-commit-hook @@ -5,7 +5,7 @@ if [ -x .git/hooks/pre-commit ]; then echo "etckeeper warning: .git/hooks/pre-commit needs to be manually modifed to run etckeeper-pre-commit" >&2 fi else - echo <>.git/hooks/pre-commit + cat >.git/hooks/pre-commit <