submodule: Use cat instead of echo to avoid DOS line-endings
commit70c128cd96420332205e06b13a1fb0d6f026e8a8
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 16:38:04 +0000 (27 18:38 +0200)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Thu, 27 Oct 2011 08:52:06 +0000 (27 09:52 +0100)
tree240c5cc2e25d3f728773bb4c1ba8350be91bea98
parent7d267ca483b5c3da9c581368c9f9d0aab44b0e02
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