From e0d2025eb1c42b5b50e8c0b03dc3261bbda490d4 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Wed, 21 Jul 2010 10:52:05 +0200 Subject: [PATCH 1/1] fix another typo --- copy-gitattributes-to-branches.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copy-gitattributes-to-branches.sh b/copy-gitattributes-to-branches.sh index 6ebe5e3e..1b4ad075 100755 --- a/copy-gitattributes-to-branches.sh +++ b/copy-gitattributes-to-branches.sh @@ -22,7 +22,7 @@ case "$1" in esac git checkout -t "${REFNAME#refs/remotes/}" || git checkout "${REFNAME#refs/remotes/origin/}" git reset --hard "$REFNAME" - echo "$attr" > "${me%/*}/.gitattributes" + echo "$attr" > ".gitattributes" git update-index --refresh git add .gitattributes git commit -a -m"CRLF fixes, .gitattributes file updated" -- 2.39.2