Fixup cleanup at exit

This commit is contained in:
root 2013-01-14 16:00:07 +06:00
parent 2fa9a4a7ef
commit 786dc939d4

View file

@ -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"