submodule: Fix t7400, t7405, t7406 for msysGit
commit8c65dad539b98e70d49ce71ed93f370e1b53bb81
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 22:30:49 +0000 (28 00:30 +0200)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Tue, 19 Jun 2012 22:29:09 +0000 (19 23:29 +0100)
treee0bb1562120727d72c41b6318b7e4b8f827b05fd
parent5d21e9fad4b24a84b141f4e692895bb560c4a307
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