abuild: remove unused variable sign

This commit is contained in:
Dimitri John Ledkov 2024-04-29 12:18:05 +01:00
parent f4ea93f5f2
commit b10f1c5394
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -1926,7 +1926,6 @@ update_abuildrepo_index() {
local index=$i/APKINDEX.tar.gz
msg "Updating the $repo/$i repository index..."
local sign=".SIGN.RSA.${SIGN_PUBLIC_KEY##*/}"
local oldindex=
if [ -f APKINDEX.tar.gz ]; then
oldindex="--index APKINDEX.tar.gz"