submodule: Use cat instead of echo to avoid DOS line-endings
commit39ad164d02420176c1d70365253b1124907572dc
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 16:38:04 +0000 (27 18:38 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 8 Oct 2011 19:59:21 +0000 (8 14:59 -0500)
treec2c001dd69d188d7dd08dc7e55187a025394bf82
parent1b06ac473c15a18a87a5fa1dd22ecfad011e92d2
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