submodule: Fix t7400, t7405, t7406 for msysGit
commitfab38f41fbea9d740e082ad4be076c08a46a19fa
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 22:30:49 +0000 (28 00:30 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 17 Feb 2014 18:08:05 +0000 (17 12:08 -0600)
tree2dc19ab37c5231911ce41062b8f2c7ac69bc15b1
parentadbfbede7e53461de7fb07c242fe1bd0b6228c96
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