submodule: Fix t7400, t7405, t7406 for msysGit
commitb92ffe1e7459b4010a3153c571802a11333aeaa5
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:48:24 +0000 (1 12:48 +0200)
tree1ed148665e2d054f2e440d273914ad213d2e8fce
parent5c61d4bfca69894a9327e69817f3dee5db2f23f8
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