submodule: Fix t7400, t7405, t7406 for msysGit
commitc568301383e325ff5b7b7f5cea8e619623df280c
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 22:30:49 +0000 (28 00:30 +0200)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Sun, 29 Jan 2012 11:07:00 +0000 (29 11:07 +0000)
treee2c4023810106eba16ac8b13a95f7045d10b43c7
parent7b5aead4d9ae8ba879041cd93e4a2132a22710c4
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