submodule: Use cat instead of echo to avoid DOS line-endings
commit3f27f03ac2ab93631386b8b6420c570fae18da77
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 16:38:04 +0000 (27 18:38 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 14 Feb 2012 20:02:42 +0000 (14 14:02 -0600)
treed2ad766edcbc8542266245c22a362d96569667cb
parent613c74bd5421c9fdb8b0d6c5bad77643a2a7540f
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