Move file in proper place when finished (was commented out for debugging).

This commit is contained in:
hjp 2008-05-04 17:31:15 +00:00
parent 5d345eedcd
commit d6329c4c03
1 changed files with 1 additions and 1 deletions

View File

@ -66,5 +66,5 @@ for my $f (@ARGV) {
} }
} }
close($out) or die "cannot close $f.new: $!"; close($out) or die "cannot close $f.new: $!";
# rename "$f.new", $f || die "cannot rename $f.new to $f: $!"; rename "$f.new", $f || die "cannot rename $f.new to $f: $!";
} }