submodule: Use cat instead of echo to avoid DOS line-endings
commit77de716f2aac68774a19fd0f3c7a3712f1c32521
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 16:38:04 +0000 (27 18:38 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 4 Nov 2011 18:40:18 +0000 (4 13:40 -0500)
tree68b0011be90f674db1ef05e9762d89519cbe47b9
parentfece0cb400a287bbbacd4773eb9881c44061b4e1
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