Fix GCRYPT_FULL_REPACK to also repack when target has only 1 pack
This commit is contained in:
parent
367ced925b
commit
c0273f5ac8
1 changed files with 1 additions and 1 deletions
|
@ -581,7 +581,7 @@ repack_if_needed()
|
|||
if isnonnull "${GCRYPT_FULL_REPACK:-}"
|
||||
then
|
||||
Keeplist=
|
||||
Repack_limit=1
|
||||
Repack_limit=0
|
||||
fi
|
||||
|
||||
pick_fields_1_2 @r_del_list "$Packlist"
|
||||
|
|
Loading…
Reference in a new issue