submodule: Use cat instead of echo to avoid DOS line-endings
commit19856737b62f17a35bc8fc3f6240bca7980b42de
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 16:38:04 +0000 (27 18:38 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 1 Jun 2011 10:44:32 +0000 (1 12:44 +0200)
tree3f8a7dcbd6c470ffa81b1f54469ecb47629b09bd
parente0698c6e304fd490a9f6432c283a1c1c257b3e8f
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