Mercurial > vim-gutentags
changeset 111:f9f0f45d2bdb
unix: also trap QUIT in update_tags.sh
author | Ilya Tumaykin <itumaykin@gmail.com> |
---|---|
date | Mon, 22 Feb 2016 06:54:07 +0300 |
parents | f1a6cdd692f0 |
children | 563fbba43288 |
files | plat/unix/update_tags.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plat/unix/update_tags.sh Mon Feb 22 05:28:53 2016 +0300 +++ b/plat/unix/update_tags.sh Mon Feb 22 06:54:07 2016 +0300 @@ -67,7 +67,7 @@ echo $$ > "$TAGS_FILE.lock" # Remove lock and temp file if script is stopped unexpectedly. -trap 'errorcode=$?; rm -f "$TAGS_FILE.lock" "$TAGS_FILE.temp"; exit $errorcode' INT TERM EXIT +trap 'errorcode=$?; rm -f "$TAGS_FILE.lock" "$TAGS_FILE.temp"; exit $errorcode' INT QUIT TERM EXIT INDEX_WHOLE_PROJECT=1 if [ -f "$TAGS_FILE" ]; then