diff --git a/cd.sh b/cd.sh index 9713c98..34f8e8d 100644 --- a/cd.sh +++ b/cd.sh @@ -573,10 +573,10 @@ cd_execute_python_module () { local path cd_step "Execute Python module" # - cd_write "${CD_PYTHON_PACKAGES}/env.py" "$(cd_echo \ - CD_OS_ID CD_OS_VERSION \ - CD_SPLIT \ - )" + cd_write "${CD_PYTHON_PACKAGES}/env.py" "\ +$(cd_echo CD_OS_ID CD_OS_VERSION) +$(cd_echo CD_SPLIT) +" # cd_split #