submodule: Fix t7400, t7405, t7406 for msysGit
commit3e4b79023d53d6499d13623127408f85d6bb9aee
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 22:30:49 +0000 (28 00:30 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 4 Nov 2011 18:40:22 +0000 (4 13:40 -0500)
tree864ccb4c51cf9530179400a69ef5de079b66ef41
parentf72cc9a52a9255329af008cdc085a041d740367e
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