submodule: Use cat instead of echo to avoid DOS line-endings
commit8988feb05bf6324d6e63e2513e51d27f29307aac
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 16:38:04 +0000 (27 18:38 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 5 Jun 2012 18:44:17 +0000 (5 13:44 -0500)
tree3eb54eae090b6b1312588debfa7eacb3f088c1c4
parentb180746c78905157d0b58c3e8004ee3232d44b97
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