diff options
author | Austin Lund <austin.lund@gmail.com> | 2019-08-27 08:14:07 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2019-10-07 08:21:24 +0200 |
commit | e581068c77baa7a167662b0c63730dc87cc90b81 (patch) | |
tree | 1fb640680fa03937fbee9bc1663d17704151e24b /scripts/libmakepkg/lint_package.sh.in | |
parent | 8f89e509d2f3d369cb5adb30dd85713ff1c5305c (diff) | |
download | pacman-e581068c77baa7a167662b0c63730dc87cc90b81.tar.gz pacman-e581068c77baa7a167662b0c63730dc87cc90b81.tar.xz |
makepkg: Delete logpipe when exiting
The logpipe fifo can remain when exiting on a non-error condition such
as recieving signals INT and USR1. This can be seen by doing either a
manual CTRL-C to interrupt the build or by sending a signal such as:
$ makepkg & sleep 5 ; kill -USR1 $!
Remove the fifo in all cases on script exit if it still exists.
Signed-off-by: Austin Lund <austin.lund@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'scripts/libmakepkg/lint_package.sh.in')
0 files changed, 0 insertions, 0 deletions