submodule: Fix t7400, t7405, t7406 for msysGit
commitf6c02fd2c7b8eb7fe10cb659f44058902d9677ac
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 22:30:49 +0000 (28 00:30 +0200)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Fri, 13 Sep 2013 08:35:47 +0000 (13 09:35 +0100)
tree6cdc41cad6155f0c3761008f91a6b40ed9e70243
parent8054b1f12723b64e177f525b9790713e44f95456
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