Skip to content

Commit

Permalink
remove .bak files after substitution
Browse files Browse the repository at this point in the history
  • Loading branch information
keenanlang committed Jan 22, 2024
1 parent 2e490ea commit 18fff37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assemble_synApps
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ sub do_substitution {
}
close (IN);
close (OUT);

unlink($file . '.bak');
}


Expand Down

0 comments on commit 18fff37

Please sign in to comment.