cloudify-cosmo / repex

sed on steroids
Apache License 2.0
10 stars 3 forks source link

Remove temporary file if matches not found #54

Closed nir0s closed 7 years ago

nir0s commented 7 years ago

Resolves #41. The problem seemed to be that if no matches are found, the temporary file generated by repex to process is not being removed. That has been fixed.