lf
This commit is contained in:
parent
1104b415c2
commit
2106a7ea93
1 changed files with 4 additions and 4 deletions
8
cd.sh
8
cd.sh
|
@ -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
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue