am: Use cat instead of echo to avoid DOS line-endings (fixes t4150)
commit4fb5d255c866c5d6040933ea25be3c9d6adf4b19
authorSebastian Schuberth <sschuberth@gmail.com>
Fri, 23 Mar 2012 09:58:37 +0000 (23 10:58 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 6 Apr 2012 21:49:50 +0000 (6 16:49 -0500)
tree2bf83715a84990039cb756f7221c9fd9e9be1d8c
parent45b57ae8629eb9acc226972b95e7e3bbd8b5383f
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