submodule: Fix t7400, t7405, t7406 for msysGit
commit6fad55f2d134bcd7c444cf37908d1aaf0c4ec317
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 22:30:49 +0000 (28 00:30 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 6 Apr 2012 21:47:12 +0000 (6 16:47 -0500)
treeb1ff6323ab4f791f9a8f40bc9571313a30807eb4
parentf94e8a6e000fed58cb8d8c8a6339c0d25c89cda1
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