submodule: Use cat instead of echo to avoid DOS line-endings
commit1d75925b2449d2ab2c6e5a89ec07f08516b61075
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 16:38:04 +0000 (27 18:38 +0200)
committerKarsten Blees <blees@dcon.de>
Thu, 15 Mar 2012 17:05:23 +0000 (15 18:05 +0100)
tree0e63c48249d0ce420b4832e4e5bea398fde0ea00
parentdff7bef7b6d838ec09818e38173a4bdd6b6192a0
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