Fix use of "perl -i" on Windows
authorAlex Riesen <raa.lkml@gmail.com>
Wed, 25 Jun 2008 18:35:13 +0000 (20:35 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 26 Jun 2008 00:21:52 +0000 (17:21 -0700)
The perldiag(1) has following to say about this:

"Can't do inplace edit without backup"

(F) You're on a system such as MS-DOS that gets confused if
you try reading from a deleted (but still opened) file. You
have to say -i.bak, or some such.

Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found