submodule: Fix t7400, t7405, t7406 for msysGit
commit6f33c5837124a53d7e4c858f58046c4c5ee436be
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 22:30:49 +0000 (28 00:30 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 3 May 2012 15:40:07 +0000 (3 10:40 -0500)
tree3ad5c541f08645911035b0a843ed51755180811b
parent033505bd361ff62ad4e6ebd2ab46608a7db5b7af
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