submodule: Use cat instead of echo to avoid DOS line-endings
commitac2f2c15829e2ecab5ea13511f648da97b0473b1
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 16:38:04 +0000 (27 18:38 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 2 Nov 2011 20:12:35 +0000 (2 15:12 -0500)
treea6a5665e8541e772381ecb20b1e3215914ebe906
parent3ca0a67d6f3d07773bd3b32e742d2f98d870d0dc
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