submodule: Fix t7400, t7405, t7406 for msysGit
commitd278064270ec150dfef3ed8e2fd30b4606e10f74
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 22:30:49 +0000 (28 00:30 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 2 Nov 2011 20:12:38 +0000 (2 15:12 -0500)
treefcbd4c84ca915911299b2e4aec52993daf0a816c
parentcec0acdcb7d055ab3b63f6601acaed7895f592e7
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