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 37987a7c0b..fc28439e35 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, $file);
+my $fh = open_new($file);
local $" = "\n";
print $fh <<"EOI";