summaryrefslogtreecommitdiffstats
path: root/crypto/gpgme/PREPARE
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/gpgme/PREPARE')
-rwxr-xr-xcrypto/gpgme/PREPARE6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/gpgme/PREPARE b/crypto/gpgme/PREPARE
index a2008e7891..f31a70fb0f 100755
--- a/crypto/gpgme/PREPARE
+++ b/crypto/gpgme/PREPARE
@@ -1,16 +1,16 @@
# 2006-07-07
# GPGME_OLD -> GPGME_BRANCH
-if [ "$GPGME_OLD" == "y" ]; then
+if [[ $GPGME_OLD == y ]]; then
persistent_add GPGME_BRANCH &&
GPGME_BRANCH="0.3" &&
persistent_remove GPGME_OLD
fi
-if [ "$GPGME_OLD" == "n" ]; then
+if [[ $GPGME_OLD == n ]]; then
persistent_add GPGME_BRANCH &&
GPGME_BRANCH="DEFAULT" &&
persistent_remove GPGME_OLD
fi
-config_query_list GPGME_BRANCH "Which branch of GPGME do you want to build?" DEFAULT 0.3 1.0 1.1
+config_query_list GPGME_BRANCH "Which branch of GPGME do you want to build?" DEFAULT 0.3 1.0 1.1 1.2