summaryrefslogtreecommitdiffstats
path: root/crypto/nss/PREPARE
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/nss/PREPARE')
-rwxr-xr-xcrypto/nss/PREPARE6
1 files changed, 5 insertions, 1 deletions
diff --git a/crypto/nss/PREPARE b/crypto/nss/PREPARE
index 686f58abe3..2c11df7c78 100755
--- a/crypto/nss/PREPARE
+++ b/crypto/nss/PREPARE
@@ -1 +1,5 @@
-config_query_list NSS_BRANCH "Which branch of $SPELL do you want to build?" DEFAULT 3.11 3.12 3.13 3.14
+config_query_list NSS_BRANCH "Which branch of $SPELL do you want to build?" DEFAULT 3.14 3.15 3.16 3.17 &&
+
+if [[ -z "$NSS_BRANCH" ]] || [[ "$NSS_BRANCH" == "DEFAULT" ]]; then
+ NSS_BRANCH=3.17
+fi