submodule: Fix t7400, t7405, t7406 for msysGit
commit1d02353412c6e573a143be1ed8160c47a7464c80
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 22:30:49 +0000 (28 00:30 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 1 Jun 2011 10:51:28 +0000 (1 12:51 +0200)
tree208332904f3baf244ec7a686f526a6f24664a6e0
parent652ca15507848a0468ef0d69a639de9c8d3f77e7
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