quote I2P_SIGNER_USERPHRASE

This commit is contained in:
idk
2023-02-01 21:48:02 +00:00
parent 3efeb8e7ac
commit f1aca4c67a

View File

@ -30,7 +30,7 @@ if [ -z $I2P_CODE_SIGNER ]; then
# it is a unique ID which is a short, random-looking string.
echo "I2P_CODE_SIGNER not set, signing will not work"
fi
if [ -z $I2P_SIGNER_USERPHRASE ]; then
if [ -z "$I2P_SIGNER_USERPHRASE" ]; then
# This is an the phrase identifying the third party developer(I2P) in the following form:
# 3rd Party Mac Developer Application: John Smith (ABCDEFGHIJ)
echo "I2P_SIGNER_USERPHRASE not set, signing will not work"