submodule: Fix t7400, t7405, t7406 for msysGit
commit40d0f97f302459b31d0831e334f949f6d9801f9a
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 22:30:49 +0000 (28 00:30 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 6 Aug 2011 11:44:43 +0000 (6 13:44 +0200)
tree393abdc0d579b4def2b0650b9e72a70e60d37bf8
parent6d848b4267ad51a7337c36a9d86b3e9a7d5a108f
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