Skip to content

Commit ba57a3f

Browse files
committed
Double quotes to expand out the bash var
1 parent 61e742b commit ba57a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/tools/env-vars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if [[ ${#} -ne 1 ]]; then
1515
exit 1
1616
fi
1717

18-
PYTHON_VERSION_FORMATTED=$(echo '${PY_VER}' | tr -d '.')
18+
PYTHON_VERSION_FORMATTED=$(echo "${PY_VER}" | tr -d '.')
1919
if [[ "${HOST_PLATFORM}" == linux* ]]; then
2020
CIBW_BUILD="cp${PYTHON_VERSION_FORMATTED}-manylinux*"
2121
REPO_DIR=$(pwd)

0 commit comments

Comments
 (0)