submodule: Use cat instead of echo to avoid DOS line-endings
commit0dfb3c569dc9ff0d7a462274d3470bfc9e510a45
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:51:28 +0000 (1 12:51 +0200)
tree1437730f8dc42fef0b355f1eef50bb611f32a8bd
parenta3cea538dbb66f0a71d0b7e40c991bb44f73e4c9
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