From 54e72c13bfedc27a9d53102d7d7949646ae94927 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 24 Oct 2010 01:51:19 +0000 Subject: (substInFile) typo fix --- lib/MDK/Common/File.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/MDK/Common/File.pm b/lib/MDK/Common/File.pm index 06bd4fe..1d5dc21 100644 --- a/lib/MDK/Common/File.pm +++ b/lib/MDK/Common/File.pm @@ -288,7 +288,7 @@ sub substInFile(&@) { } open(my $F, $file); fsync($F); - unlink "$file$^I"; # remove old backup now that we'have closed new file + unlink "$file$^I"; # remove old backup now that we have closed new file } else { local *F; my $old = select F; # that way eof return true local $_ = ''; -- cgit v1.2.1