am: Use cat instead of echo to avoid DOS line-endings (fixes t4150)
commit341c3382327c6b434efa2493a60c0932f122fb00
authorSebastian Schuberth <sschuberth@gmail.com>
Fri, 23 Mar 2012 09:58:37 +0000 (23 10:58 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 29 May 2012 02:18:50 +0000 (28 21:18 -0500)
tree7351d2bfbb66f3ab24601201132fa6f95f883776
parent550564b16133c6e456523fcd30777903f8f386ce
am: Use cat instead of echo to avoid DOS line-endings (fixes t4150)

Along the lines of 05d0e3b and f33946d, use cat instead of echo to avoid
line ending mismatches in the test result of "am empty-file does not
infloop" which make the test fail.

Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
git-am.sh