am: Use cat instead of echo to avoid DOS line-endings (fixes t4150)
commit33b93fe6ffcf1adc842057319e97348b0a959128
authorSebastian Schuberth <sschuberth@gmail.com>
Fri, 23 Mar 2012 09:58:37 +0000 (23 10:58 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 12 May 2012 04:25:48 +0000 (11 23:25 -0500)
tree4a9d7d21cf55e8b966baf17f97457b8181858229
parent8d32395ccb27587c5ff4a06178728b9c356efec3
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