submodule: Fix t7400, t7405, t7406 for msysGit
commit4ebffdb949ad5393aadde4053141fbaf87044076
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 22:30:49 +0000 (28 00:30 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 11 May 2012 22:50:01 +0000 (11 17:50 -0500)
treeb1992fa0b10f53f957ea945ff0275ae6055287de
parentaf8a8d1b8bcd8a63766fe7d3b44a425efd23b258
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