submodule: Use cat instead of echo to avoid DOS line-endings
commit4acfeb701ef5abf83717b2a86a1286c8f8ec8a0d
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 16:38:04 +0000 (27 18:38 +0200)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Mon, 22 Oct 2012 12:29:34 +0000 (22 13:29 +0100)
treea2db079174b71eda15b36ecb54ffe32cf5af13bf
parentc734ca1b9a83d47ed5e77655ac03efa9b4f02f81
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