submodule: Fix t7400, t7405, t7406 for msysGit
commit1f6c996b7aeab4961393fc1249a6acae243872f2
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 22:30:49 +0000 (28 00:30 +0200)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Mon, 22 Oct 2012 12:29:35 +0000 (22 13:29 +0100)
treeaf8bc4be335bcd0ce0bc2630ba955a00c5d4561a
parent4acfeb701ef5abf83717b2a86a1286c8f8ec8a0d
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