am: Use cat instead of echo to avoid DOS line-endings (fixes t4150)
commit9be964caf47c114a7513e0f7f9959d0b9a407555
authorSebastian Schuberth <sschuberth@gmail.com>
Fri, 23 Mar 2012 09:58:37 +0000 (23 10:58 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 10 May 2014 21:56:40 +0000 (10 16:56 -0500)
treeea6167d7b29c1e62fd13811ef90aafda81af1947
parentbbfce9ba3dba3fb00d83960f086f410475b0fec6
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