summaryrefslogtreecommitdiff
path: root/Porting/makemeta
diff options
context:
space:
mode:
Diffstat (limited to 'Porting/makemeta')
-rw-r--r--Porting/makemeta2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/makemeta b/Porting/makemeta
index c81aec59d4..37987a7c0b 100644
--- a/Porting/makemeta
+++ b/Porting/makemeta
@@ -50,7 +50,7 @@ my %dirs;
@dirs = map { " - $_" } sort { lc $a cmp lc $b } @dirs;
-my $fh = safer_open($new_file);
+my $fh = safer_open($new_file, $file);
local $" = "\n";
print $fh <<"EOI";