submodule: Use cat instead of echo to avoid DOS line-endings
commit16172b3a351efe7586a4ec5266757c7c42e43e04
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 16:38:04 +0000 (27 18:38 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 4 Jun 2011 13:36:33 +0000 (4 15:36 +0200)
tree52526db93acb79230865666d6da378a2c4fe8f96
parentb109981bb3d21aff8def422fdaaa3054f48794b5
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