submodule: Fix t7400, t7405, t7406 for msysGit
commitd3d361a229f3a52cc5beaba2a9acd36e6907fb6a
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 22:30:49 +0000 (28 00:30 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sun, 8 Jan 2012 17:12:01 +0000 (8 11:12 -0600)
tree351d7eed4d40a9123084d54617579873d537042f
parent6c9e6adcf80364b03768fbd120879a9f370a2f84
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