submodule: Fix t7400, t7405, t7406 for msysGit
commit578c6a430e4e3d0ffb587e7f666d658e695cd3ea
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 22:30:49 +0000 (28 00:30 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 24 Oct 2011 15:07:27 +0000 (24 10:07 -0500)
tree7f785adc899183045707e31f0e547ddc6439b874
parent0fe77af7ce745b0b1f09a65e4c6c60e4e7b2cfaa
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