submodule: Fix t7400, t7405, t7406 for msysGit
commit765be52368c2e8073b3d28f134a0d10d040ffb8d
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 22:30:49 +0000 (28 00:30 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 30 Mar 2012 18:42:38 +0000 (30 13:42 -0500)
treea73cefd893a9d1bcc2e77e0b62ca870ed0bf5615
parente5c9170123d294150629e28bdbc3413956828a0a
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