submodule: Fix t7400, t7405, t7406 for msysGit
commit737a2cb02d6c5f0aefadeea6ced41e7f35b70404
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 22:30:49 +0000 (28 00:30 +0200)
committerStepan Kasal <kasal@ucw.cz>
Thu, 15 May 2014 07:42:31 +0000 (15 09:42 +0200)
tree8e32a9b92398ba672f30f35a8755b9fac96d70b4
parent94696668a7cd46bc0a9e43c0496445d227d7bf98
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