submodule: Fix t7400, t7405, t7406 for msysGit
commit550564b16133c6e456523fcd30777903f8f386ce
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 22:30:49 +0000 (28 00:30 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 29 May 2012 02:18:50 +0000 (28 21:18 -0500)
tree9a324e4a845d2e3b7e78ba0f77362befcbb8c1bf
parentc0364dbadd0d4fc9ef8f5b3b66d7c0fea676f212
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