submodule: Fix t7400, t7405, t7406 for msysGit
commited550c4f51010b20edd940d4d82b16b6a812ff37
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 22:30:49 +0000 (28 00:30 +0200)
committerStepan Kasal <kasal@ucw.cz>
Wed, 16 Apr 2014 14:32:36 +0000 (16 16:32 +0200)
tree53e58026aebb6a2bd470d13dabd63ed9de1edc08
parentd4c36517ad7e3a3537719a79f95e48d1e0caf64a
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