Close files.
This commit is contained in:
parent
87bc2c00f8
commit
5dfc369ffc
1 changed files with 2 additions and 0 deletions
|
@ -588,6 +588,8 @@ while (<IN>)
|
|||
else
|
||||
{ print OUT $_; }
|
||||
}
|
||||
close(IN);
|
||||
close(OUT);
|
||||
|
||||
# Fix the date
|
||||
|
||||
|
|
Loading…
Reference in a new issue