submodule: Fix t7400, t7405, t7406 for msysGit
commit1121762b9f1bb3f0fd06f3a80e0d6721c37c3c4c
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 22:30:49 +0000 (28 00:30 +0200)
committerKarsten Blees <blees@dcon.de>
Sat, 16 Aug 2014 00:59:57 +0000 (16 02:59 +0200)
treeccb5a9d2ab74907b8e269c0884919bb769a2d3d3
parent20ba112c953c921d9f39771417f343007ec045a2
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