We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16d97b2 commit 4699a2aCopy full SHA for 4699a2a
1 file changed
dist/verify_checksums.sh
@@ -79,7 +79,7 @@ do
79
80
if [ "${extension}" = "-py2.py3-none-any.whl" ]; then
81
# Get the wheel full URL from PyPi Simple index
82
- pypi_url=$(curl -s ${PYPI_SIMPLE_URL} | grep ${file_name} | sed -n 's/.*href="\([^"]*\)".*/\1/p')
+ pypi_url=$(curl -s ${PYPI_SIMPLE_URL} | grep "${file_name}" | sed -n 's/.*href="\([^"]*\)".*/\1/p')
83
else
84
pypi_url="${PYPI_MIRROR_URL_SOURCE}/${file_name}"
85
fi
0 commit comments