submodule: Use cat instead of echo to avoid DOS line-endings
commitcabc537b868721bbe335046bed2b62aadebe853e
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 16:38:04 +0000 (27 18:38 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sun, 20 May 2012 23:45:23 +0000 (20 17:45 -0600)
treecdc7b3a3e11f2ce62b1ee028f47b3b65452771b0
parentc7f60719dcebb5a15fbc3c714c7cb079ee95c149
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