submodule: Use cat instead of echo to avoid DOS line-endings
commit5d21e9fad4b24a84b141f4e692895bb560c4a307
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 16:38:04 +0000 (27 18:38 +0200)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Tue, 19 Jun 2012 22:29:07 +0000 (19 23:29 +0100)
tree9422cafd065c0ebaf6641189b217b62e3057e3bb
parent69e8d42b75378102321b8e53fe8023810c0cf49e
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