submodule: Use cat instead of echo to avoid DOS line-endings
commitcc1326ea66d805adc0427a2679e1d8d30b220cdb
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 16:38:04 +0000 (27 18:38 +0200)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Thu, 31 Jan 2013 23:45:27 +0000 (31 23:45 +0000)
treee9669a7c2acd01a9d5c680a4d6bc9ed31904dcec
parentcc523d6a9c7faccf7d0c3b2f2ad385e3674c7968
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