submodule: Fix t7400, t7405, t7406 for msysGit
commit9d9a626b8c05a7b714ddcc6f5232fcc0814b3010
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 22:30:49 +0000 (28 00:30 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 31 Oct 2011 16:47:56 +0000 (31 11:47 -0500)
treee74be89837860b0f76b603fc75a30692a58e4a69
parent57afb5e8bbea89c11ac139ebee371e14e403029e
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