am: Use cat instead of echo to avoid DOS line-endings (fixes t4150)
commit55c1273995e79f64f2a1157c391b6b047714b969
authorSebastian Schuberth <sschuberth@gmail.com>
Fri, 23 Mar 2012 09:58:37 +0000 (23 10:58 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sun, 20 May 2012 23:45:24 +0000 (20 17:45 -0600)
treed6146eff764c95ec08030cd4b66ff1d07cb1651d
parent248ec903c777c659242d68e50e8e24ceca25f46b
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