submodule: Fix t7400, t7405, t7406 for msysGit
commit63e6e05fd74e57c0b35da51d7736a290e9839f5e
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 22:30:49 +0000 (28 00:30 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 14 Feb 2012 20:02:45 +0000 (14 14:02 -0600)
tree449b6f63260e67058b6b717248f3793264c98091
parent39ddb6f8da320ff99b63f4a8918562d7bc9d1044
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