From: Alex Riesen Date: Wed, 25 Jun 2008 18:35:13 +0000 (+0200) Subject: Fix use of "perl -i" on Windows X-Git-Tag: v1.6.0-rc0~206 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/3015fa5846c19e79f99c1d6a49fd2510ed9291b8?hp=3015fa5846c19e79f99c1d6a49fd2510ed9291b8 Fix use of "perl -i" on Windows 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 Signed-off-by: Junio C Hamano ---