This commit is contained in:
Marc Beninca 2024-06-04 09:18:54 +02:00
parent 1104b415c2
commit 2106a7ea93
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

8
cd.sh
View file

@ -573,10 +573,10 @@ cd_execute_python_module () {
local path local path
cd_step "Execute Python module" cd_step "Execute Python module"
# #
cd_write "${CD_PYTHON_PACKAGES}/env.py" "$(cd_echo \ cd_write "${CD_PYTHON_PACKAGES}/env.py" "\
CD_OS_ID CD_OS_VERSION \ $(cd_echo CD_OS_ID CD_OS_VERSION)
CD_SPLIT \ $(cd_echo CD_SPLIT)
)" "
# #
cd_split cd_split
# #