Fixup cleanup at exit
This commit is contained in:
parent
2fa9a4a7ef
commit
786dc939d4
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue