submodule: Use cat instead of echo to avoid DOS line-endings
commitba5008980e9f713d7eac5daac34e8e9ff002e9a6
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 16:38:04 +0000 (27 18:38 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 24 Oct 2011 15:07:27 +0000 (24 10:07 -0500)
treed951b32d7f84b5290e5e786768c62c5eb340a01c
parent601757865b3ee29cf65aeee6690847685ed7ec86
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