From 5c258b35b67c48991a0b32806629bad2241a8483 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 3 Sep 2015 20:14:50 +0200 Subject: trap signals --- scripts/check-lint-count.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/check-lint-count.sh b/scripts/check-lint-count.sh index 866829b..1491f9a 100755 --- a/scripts/check-lint-count.sh +++ b/scripts/check-lint-count.sh @@ -26,7 +26,7 @@ if [[ ! -f $historical_file ]]; then \ fi tmp_dir="$(mktemp -d lint.XXXXXXXX)" -trap "rm -rf $tmp_dir" EXIT ERROR +trap "rm -rf $tmp_dir" 1 2 3 6 9 14 15 lint_file="$tmp_dir/lint.txt" hist_file="$tmp_dir/hist.txt" -- cgit v1.2.3