From 786dc939d4d988d04cb411cf09a77c9db33a4581 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 14 Jan 2013 16:00:07 +0600 Subject: Fixup cleanup at exit --- git-remote-gcrypt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/git-remote-gcrypt b/git-remote-gcrypt index c49742f..3ae2eb2 100755 --- a/git-remote-gcrypt +++ b/git-remote-gcrypt @@ -848,7 +848,8 @@ gcrypt_main_loop() URL=$2 # Remote URL mkdir -p "$Localdir" - trap cleanup_atexit EXIT 1 2 3 15 + trap cleanup_atexit EXIT + trap 'exit 1' 1 2 3 15 echo_info "Development version -- Repository format MAY CHANGE" -- cgit v1.1