t9810: Do not use sed -i
commit6f4e5059a06ced70456c2523e4fd85db5ffcdc45
authorTorsten Bögershausen <tboegi@web.de>
Tue, 1 Jan 2013 21:40:37 +0000 (1 22:40 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 Jan 2013 00:40:34 +0000 (1 16:40 -0800)
tree67296a4d0885ff8e48a570c977a2877801c026d6
parent15999998fbda60552742275570947431b57108ae
t9810: Do not use sed -i

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>
t/t9810-git-p4-rcs.sh