submodule: Use cat instead of echo to avoid DOS line-endings
commitc0364dbadd0d4fc9ef8f5b3b66d7c0fea676f212
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 16:38:04 +0000 (27 18:38 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 29 May 2012 02:18:50 +0000 (28 21:18 -0500)
tree32c325ab37818a0822df5b9e05b2ad31db074690
parentf1836d8e3ed894c092fa4cdaad6b1fc62f9359c9
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