submodule: Fix t7400, t7405, t7406 for msysGit
commit31203f22815522d96f88e577d65c62585aa4231a
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 22:30:49 +0000 (28 00:30 +0200)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Sat, 25 May 2013 12:31:11 +0000 (25 13:31 +0100)
treee5ba4eb1fa64b2ab26e4fad91875513bb30a3475
parent2e53f0696a1909ed24ea7e3912ace29cb1f4eecf
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