submodule: Fix t7400, t7405, t7406 for msysGit
commit08fbb92ae858c6e0f36037a2e1fe9dd4c7950386
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 22:30:49 +0000 (28 00:30 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 20 Dec 2013 00:24:43 +0000 (19 18:24 -0600)
treedf2e1e0febc2e58985508e779646dde3ede1044a
parent04deb9e87f95986b2ca8e7044ca76a63ae563337
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