submodule: Fix t7400, t7405, t7406 for msysGit
commit248ec903c777c659242d68e50e8e24ceca25f46b
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 22:30:49 +0000 (28 00:30 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sun, 20 May 2012 23:45:23 +0000 (20 17:45 -0600)
tree5b88035fa8768f94174af743369fd24e8547c4bd
parentcabc537b868721bbe335046bed2b62aadebe853e
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