submodule: Fix t7400, t7405, t7406 for msysGit
commit433d72788f7497282394efb7c21f14e71b855e5a
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 22:30:49 +0000 (28 00:30 +0200)
committerKarsten Blees <blees@dcon.de>
Thu, 15 Mar 2012 17:05:24 +0000 (15 18:05 +0100)
treee07072dc4cd7a0d3508e3ab8f041adb344fe6295
parent0602e062185cbe6b644c2797286c80fd270692ab
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