t6023-merge-file: Work around non-portable sed usage
authorArjen Laarhoven <arjen@yaph.org>
Mon, 8 Sep 2008 18:29:18 +0000 (20:29 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 Sep 2008 21:26:23 +0000 (14:26 -0700)
OS X sed doesn't understand '\n' on the right side of a substitution.
Use a valid substitution character instead and use 'tr' to convert
those to a newline.

Signed-off-by: Arjen Laarhoven <arjen@yaph.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found