submodule: Fix t7400, t7405, t7406 for msysGit
commit0677a143d6f5ad606b1929750142af1a2d24ada8
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 22:30:49 +0000 (28 00:30 +0200)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Thu, 27 Oct 2011 08:52:12 +0000 (27 09:52 +0100)
tree7bac05d9a084c6e14091ac7c18a1a6df2bdbbd81
parent4d05614c582a0985b401e18762655d1a87a3c347
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