From: root Date: Mon, 14 Jan 2013 10:00:07 +0000 (+0600) Subject: Fixup cleanup at exit X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=786dc939d4d988d04cb411cf09a77c9db33a4581;p=gamesguru%2Fgit-remote-gcrypt.git Fixup cleanup at exit --- 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"