submodule: Fix t7400, t7405, t7406 for msysGit
commitdbe7c78fc72f38b06a7356722e55d818ed8fb569
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 22:30:49 +0000 (28 00:30 +0200)
committerErik Faye-Lund <kusmabite@gmail.com>
Fri, 4 Jan 2013 13:05:24 +0000 (4 14:05 +0100)
treea1658fb8697fdbf2e8c546d43a7ac89cd74e33f0
parent84c24f612e9ce7773e9a1a777e635fc2305d14ae
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