submodule: Fix t7400, t7405, t7406 for msysGit
commit69d482f5a7492487eacb0b5262b527f1828feaba
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 22:30:49 +0000 (28 00:30 +0200)
committerStepan Kasal <kasal@ucw.cz>
Thu, 29 May 2014 08:41:32 +0000 (29 10:41 +0200)
treeba42adcf2a90fe8384d05f6bfc0d1e131ce3134e
parentec765f62e21aa1d3f2ad565a93844758021cc68d
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