cson: fix build

This commit is contained in:
Joachim Mairböck
2025-04-26 15:15:20 +02:00
parent f763dab90f
commit df04e7e1b1

View File

@@ -44,7 +44,7 @@ done
INSTALL()
{
for pythonVersion in "${!PYTHON_VERSIONS[@]}"; do
for pythonVersion in "${PYTHON_VERSIONS[@]}"; do
pythonPackage=python${pythonVersion//.}
python=python$pythonVersion