diff options
Diffstat (limited to 'init.d/40git-ignore')
-rwxr-xr-x | init.d/40git-ignore | 2 |
1 files changed, 1 insertions, 1 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 <<EOF >.gitignore + cat >.gitignore <<EOF *~ # new and old versions of conffiles, stored by dpkg |