submodule: Fix t7400, t7405, t7406 for msysGit
commitacf70effc3ceece7d02c7569df1b39228ea9b2c7
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 22:30:49 +0000 (28 00:30 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 10 Apr 2014 18:53:26 +0000 (10 13:53 -0500)
tree53e58026aebb6a2bd470d13dabd63ed9de1edc08
parent14c3a3a230280d0e3f648877a7134c4d11c46bcf
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