submodule: Use cat instead of echo to avoid DOS line-endings
commitc547d62112e0fab32a9f859890432ba8235b89aa
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 16:38:04 +0000 (27 18:38 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 3 May 2012 15:32:53 +0000 (3 10:32 -0500)
tree0504a835b8173657e3cc9e3db7252c7721013919
parentc399ab3a4631acf04bce3ef98fa0eed0f0271eef
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