submodule: Fix t7400, t7405, t7406 for msysGit
commit54a4a3e0f0bd05602c4a0efc7afd84cb54b1c1e6
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 22:30:49 +0000 (28 00:30 +0200)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Tue, 6 Dec 2011 00:17:40 +0000 (6 00:17 +0000)
tree029e67987db5a49af00b664a6dc2220917014be5
parent0b3902930e206ec90c5000d69c8c191838f466bf
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