submodule: Use cat instead of echo to avoid DOS line-endings, was: Re: 4msysgit ...
commit5f439cdd9cdd6c16f169b8098d658ba3cf4231f0
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 27 Apr 2011 16:38:04 +0000 (27 18:38 +0200)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Wed, 27 Apr 2011 17:51:00 +0000 (27 18:51 +0100)
treed936a23a68c518437c399d639ea1013a1aef547d
parent107dbe59d95d05fa8d4884786fb4d9feb24aed63
submodule: Use cat instead of echo to avoid DOS line-endings, was: Re: 4msysgit & tags

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