diff options
Diffstat (limited to 'git-remote-gcrypt')
-rwxr-xr-x | git-remote-gcrypt | 3 |
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" |