submodule: Fix t7400, t7405, t7406 for msysGit
commitb61733f2bb44f17f498fa0235f2b5a3fc54be8ef
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 22:30:49 +0000 (28 00:30 +0200)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Thu, 31 Jan 2013 23:45:28 +0000 (31 23:45 +0000)
tree84a7037a38d584053c941504694475e62b4b4aea
parentcc1326ea66d805adc0427a2679e1d8d30b220cdb
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