mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
cson: fix build
This commit is contained in:
@@ -44,7 +44,7 @@ done
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
for pythonVersion in "${!PYTHON_VERSIONS[@]}"; do
|
||||
for pythonVersion in "${PYTHON_VERSIONS[@]}"; do
|
||||
pythonPackage=python${pythonVersion//.}
|
||||
|
||||
python=python$pythonVersion
|
||||
|
||||
Reference in New Issue
Block a user