submodule: Use cat instead of echo to avoid DOS line-endings
commit306484a00fb1c4a7e5565cc03e0bbb8cce7f262c
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 16:38:04 +0000 (27 18:38 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 6 Aug 2011 11:44:43 +0000 (6 13:44 +0200)
tree8656fab5e3a26d410e514c41c7d878f4e6bd031d
parenta368f5c07eef259aa89011b1c97d4c995d9894a4
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