Change sed i\ usage to something Solaris' sed can handle
commit90a95301d32bb2f45e37ed08d3a1d1b632706f03
authorBen Walton <bdwalton@gmail.com>
Sun, 27 Oct 2013 21:26:48 +0000 (27 21:26 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 28 Oct 2013 16:27:06 +0000 (28 09:27 -0700)
tree42e8e3b975953645c895404da4340c111a73aab0
parent3d092bfc6f2d9a998967979f926c661e9762601c
Change sed i\ usage to something Solaris' sed can handle

Solaris' sed was choking on the i\ commands used in
t4015-diff-whitespace as it couldn't parse the program properly.
Modify two uses of sed that worked in GNU sed but not Solaris'
(/usr/bin or /usr/xpg4/bin) to an equivalent form that is handled
properly by both.

Signed-off-by: Ben Walton <bdwalton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4015-diff-whitespace.sh