submodule: Use cat instead of echo to avoid DOS line-endings
commit5e7137f7e9c7183708eb443c1ff4203aedf8717c
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 16:38:04 +0000 (27 18:38 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 5 Jan 2012 20:29:44 +0000 (5 14:29 -0600)
tree161b2857b6fa72773e57917f3765b7f21dd8bc06
parent095f469a8115e50c289121acedb0e7c83ab1aa4f
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