We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca8eac5 commit 7868f53Copy full SHA for 7868f53
update.sh
@@ -76,7 +76,7 @@ for version in "${versions[@]}"; do
76
fullVersion=
77
declare -A impossible=()
78
for possible in "${possibles[@]}"; do
79
- rcPossible="${possible%[a-z]*}"
+ rcPossible="${possible%%[a-z]*}"
80
81
# varnish is great until it isn't
82
if wget -q -O /dev/null -o /dev/null --spider "https://www.python.org/ftp/python/$rcPossible/Python-$possible.tar.xz"; then
0 commit comments