submodule: Fix t7400, t7405, t7406 for msysGit
commitdcd8edea1d697554aba8b10c00495817a180ec50
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 22:30:49 +0000 (28 00:30 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 8 Oct 2011 20:03:14 +0000 (8 15:03 -0500)
treedad911dedd984b18b9a294f2f56cd57bdc52eb8c
parent6ae3abf159f91079f5ddd31e557e54ecd3a4883a
submodule: Fix t7400, t7405, t7406 for msysGit

Again, avoid using echo (which issues DOS line endings on msysGit) to not mix
with Unix line-endings issued by git built-ins, even if this is at the cost of
calling an external executable (cat) instead of a shell built-in (echo).
git-sh-setup.sh
git-submodule.sh