submodule: Use cat instead of echo to avoid DOS line-endings
commitb98d7ec373ef8422b81d559583269ef0ec26e740
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 16:38:04 +0000 (27 18:38 +0200)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Wed, 16 Jan 2013 09:51:08 +0000 (16 09:51 +0000)
tree4b4f355ce5928289f032363fbdf3c75d86029dda
parent4a8de345cddd470c1c8750911883099e1f3cca99
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