submodule: Fix t7400, t7405, t7406 for msysGit
commit292ccd7cdc4d3c592af7f0e850e4c1c682b194f7
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 22:30:49 +0000 (28 00:30 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 5 Jun 2012 18:44:17 +0000 (5 13:44 -0500)
treef6809b0d938833ff2bde846e49119374b6435b29
parent8988feb05bf6324d6e63e2513e51d27f29307aac
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