]> de.git.xonotic.org Git - xonotic/xonotic.git/commitdiff
always return true
authorRudolf Polzer <divverent@alientrap.org>
Wed, 21 Jul 2010 08:32:45 +0000 (10:32 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Wed, 21 Jul 2010 08:32:45 +0000 (10:32 +0200)
copy-gitattributes-to-branches.sh

index 90b98ed413c8b5e7729b87286822a27f3bad0db3..cdb50ba6d50b308d99caa98d62a30a4215a29abe 100755 (executable)
@@ -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`