submodule: Fix t7400, t7405, t7406 for msysGit
commita6ffa18ad0a9db65bceaf576a79b595883de2368
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 22:30:49 +0000 (28 00:30 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 4 Jun 2011 13:36:34 +0000 (4 15:36 +0200)
tree3cc3a83260e25c961cdf9f3887c416178caa4544
parent6f81ccf8d9698239c02a609727bddfae5917b445
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