commit | b8e5457c456cca9f6b7a6d9b7f3cbb71f5642441 | [log] [tgz] |
---|---|---|
author | Gabriele M <moto.falcon.git@gmail.com> | Wed Oct 11 12:55:51 2017 +0200 |
committer | Marko Man <darkobas@gmail.com> | Mon Aug 26 13:11:36 2019 +0200 |
tree | 53eb258941b9d0531e3742701839eecb513725f1 | |
parent | 9a911af181e9d7150e8e99ee2871f1b83771aa65 [diff] |
extract_utils: Allow to interrupt the extraction We want to cleanup our temporary files independently on the signal, so just execute a trap on 0. This will ensure temporary files are always removed and doesn't require any extra care when trapping signals such as SIGINT that require an explicit exit call. Change-Id: Ieff4f15c44a9ac9d5a543d14c140ebd72c0e7344