submodule: Use cat instead of echo to avoid DOS line-endings
commit91dfb7b260af40a2041c527bb676a9209c2a917c
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 16:38:04 +0000 (27 18:38 +0200)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Mon, 1 Oct 2012 13:34:09 +0000 (1 14:34 +0100)
tree5025b770613ab244bdbf55653cf4c6fd879d5980
parent9e70b8fe21d6e268c7dfbc83c3cb275e297583c4
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