submodule: Use cat instead of echo to avoid DOS line-endings
commitaec1c0ca8f1a416f981af4abb0859735626e3d0b
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 16:38:04 +0000 (27 18:38 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sun, 8 Jan 2012 17:11:57 +0000 (8 11:11 -0600)
tree03db203adb15752e83d7a099ef89c4c98e939b69
parentf3143e4990d640d5fdc1db2eec1e968a9781afea
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