submodule: Fix t7400, t7405, t7406 for msysGit
commit1fe22fec0328bae88fe6aa5d1a8066852185248b
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 22:30:49 +0000 (28 00:30 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 5 Jan 2012 20:29:47 +0000 (5 14:29 -0600)
tree7802496f881da666631c68b712d16489f85095e4
parent67167823357771b1806c7f3bb4b8e1d1fac1cce6
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