aboutsummaryrefslogtreecommitdiffstats
path: root/git-remote-gcrypt
diff options
context:
space:
mode:
Diffstat (limited to 'git-remote-gcrypt')
-rwxr-xr-xgit-remote-gcrypt3
1 files changed, 2 insertions, 1 deletions
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"