From: Rudolf Polzer Date: Wed, 21 Jul 2010 08:52:05 +0000 (+0200) Subject: fix another typo X-Git-Tag: xonotic-v0.1.0preview~352 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=e0d2025eb1c42b5b50e8c0b03dc3261bbda490d4;hp=a49e5ec8c1bdff8d5deb9dc999163d54572cbe3f fix another typo --- 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"