From: Rudolf Polzer Date: Wed, 21 Jul 2010 08:32:45 +0000 (+0200) Subject: always return true X-Git-Tag: xonotic-v0.1.0preview~356 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=c9bc849a1eb42320042d0dea931c4dcc9859b9a0 always return true --- diff --git a/copy-gitattributes-to-branches.sh b/copy-gitattributes-to-branches.sh index 90b98ed4..cdb50ba6 100755 --- a/copy-gitattributes-to-branches.sh +++ b/copy-gitattributes-to-branches.sh @@ -26,6 +26,7 @@ case "$1" in git update-index --refresh git commit -a -m"CRLF fixes, .gitattributes file updated" done + true ;; *) attr=`cat .gitattributes`