Move file in proper place when finished (was commented out for debugging).
This commit is contained in:
parent
5d345eedcd
commit
d6329c4c03
|
@ -66,5 +66,5 @@ for my $f (@ARGV) {
|
|||
}
|
||||
}
|
||||
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: $!";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue