submodule: Use cat instead of echo to avoid DOS line-endings
commit5cbc8f3a942d9177b5dda59f1e3e536be112ba29
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 16:38:04 +0000 (27 18:38 +0200)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Sun, 29 Jan 2012 11:06:57 +0000 (29 11:06 +0000)
tree7814581861741e342d22bb858846af190a560c09
parentedb73f9df6ddfada9b6653d6a451916ba6090e4e
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