1
1
Fork 0

setup.sh: Only set Fossil GPG key if GPG exists

This commit is contained in:
Jonathan Schleifer 2023-04-17 09:42:23 +00:00
parent fb16bb0aa4
commit 48749f9e1c

View file

@ -29,7 +29,7 @@ if have fossil; then
elif have gpg; then elif have gpg; then
gpg="gpg" gpg="gpg"
else else
gpg=":" gpg="false"
fi fi
gpg_key="7395312F" gpg_key="7395312F"