t9810: Do not use sed -i
authorTorsten Bögershausen <tboegi@web.de>
Tue, 1 Jan 2013 21:40:37 +0000 (22:40 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 Jan 2013 00:40:34 +0000 (16:40 -0800)
sed -i is not portable on all systems. Use sed with different input
and output files. Utilize a tmp file whenever needed.

Signed-off-by: Torsten Bögershausen <tboegi@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found