submodule: Use cat instead of echo to avoid DOS line-endings
commit51a80673e84f6ad8c215ad0ab9e7799fda1b239f
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 16:38:04 +0000 (27 18:38 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 6 Apr 2012 21:47:10 +0000 (6 16:47 -0500)
tree2b51e06a83960dd02503b39134577a701c65c81c
parent2cb6123129dd83b743f8cb0f707a3bea32d9c7d8
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