summaryrefslogtreecommitdiff
path: root/lbu.in
diff options
context:
space:
mode:
Diffstat (limited to 'lbu.in')
-rw-r--r--lbu.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lbu.in b/lbu.in
index ea69835..4f7feb4 100644
--- a/lbu.in
+++ b/lbu.in
@@ -783,7 +783,7 @@ while getopts "adehlM:np:qrv" opt ; do
done
shift $(expr $OPTIND - 1)
-trap exit_clean SIGINT SIGTERM
+trap exit_clean INT TERM
cmd_$SUBCMD "$@"
retcode=$?