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-ignore | 2 +- init.d/40git-pre-commit-hook | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/init.d/40git-ignore b/init.d/40git-ignore index 846c32d..f99f396 100755 --- a/init.d/40git-ignore +++ b/init.d/40git-ignore @@ -1,7 +1,7 @@ #!/bin/sh set -e if [ ! -e .gitignore ]; then - cat <.gitignore + cat >.gitignore <&2 fi else - echo <>.git/hooks/pre-commit + cat >.git/hooks/pre-commit <