submodule: Fix t7400, t7405, t7406 for msysGit
commitf33946d98dc868f188381e71d5601f79bad7195b
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 22:30:49 +0000 (28 00:30 +0200)
committerSebastian Schuberth <sschuberth@gmail.com>
Sun, 1 May 2011 18:14:06 +0000 (1 20:14 +0200)
treee41da26d69c3e3719909b4f71391471b3ef9dfb0
parent599f5058a0ef54de51159de1fe9b93e4ef507650
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