submodule: Use cat instead of echo to avoid DOS line-endings
commitf82368b3b97ce8259ff96e4bd51e557d35f99d29
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 16:38:04 +0000 (27 18:38 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 13 Mar 2012 05:44:32 +0000 (13 00:44 -0500)
tree380f9af9f1490aeb823a2b36856402f8d7cb2ad9
parent69d0a05eaba2de895c4386b949ea4bd200371174
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