submodule: Fix t7400, t7405, t7406 for msysGit
commit08e13d72d2b7e61cc9708754c4ac546ed97ac893
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 22:30:49 +0000 (28 00:30 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 13 Mar 2012 05:44:32 +0000 (13 00:44 -0500)
treed0e6d742ead0d0e033b043abe8f99eca92398285
parent30b9144a356c04742d53da817c9b78fbfc61d2de
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