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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.d/40git-ignore') 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 <