submodule: Fix t7400, t7405, t7406 for msysGit
commitd6941b71731ce030e4190d43008c0a3149bf5665
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 22:30:49 +0000 (28 00:30 +0200)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Fri, 29 Nov 2013 13:17:16 +0000 (29 13:17 +0000)
tree4c1ea5f496464cea91b9036334fbef9fb4f5be17
parent9b5893205233c698b70271d663e84b42a296b12a
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