submodule: Use cat instead of echo to avoid DOS line-endings
commitc41ca1911550a46500156f2ba979e4894d2b0a04
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 16:38:04 +0000 (27 18:38 +0200)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Tue, 6 Dec 2011 00:17:36 +0000 (6 00:17 +0000)
tree1f6c29c41f03c9962b6771521fa9e126654bd418
parent2edc4b607facc1222e5d3eba4ddda93eff3ab879
submodule: Use cat instead of echo to avoid DOS line-endings

In msysGit, echo used in scripts outputs DOS line-endings while built-ins
use Unix line-endings in their output. This causes t7508-status to fail
due to mixed line endings in the output of git status (which calls
git-submodule).

Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
git-submodule.sh