step
This commit is contained in:
parent
0e585adc7c
commit
d5e8008417
1 changed files with 4 additions and 6 deletions
10
cd.sh
10
cd.sh
|
@ -573,15 +573,13 @@ ${CD_PYTHON_PACKAGES}
|
||||||
cd_write_python_module () {
|
cd_write_python_module () {
|
||||||
cd_step "Write Python module"
|
cd_step "Write Python module"
|
||||||
cd_write "${CD_PYTHON_PACKAGES}/env.py" "\
|
cd_write "${CD_PYTHON_PACKAGES}/env.py" "\
|
||||||
CD_STEP = $((CD_STEP+1))
|
$(cd_echo CD_OPEN CD_DOWN)
|
||||||
|
|
||||||
$(cd_echo CD_OPEN)
|
|
||||||
$(cd_echo CD_DOWN)
|
|
||||||
$(cd_echo CD_VERT CD_SPLT)
|
$(cd_echo CD_VERT CD_SPLT)
|
||||||
$(cd_echo CD___UP)
|
$(cd_echo CD___UP CD_SHUT)
|
||||||
$(cd_echo CD_SHUT)
|
|
||||||
|
|
||||||
$(cd_echo CD_OS_ID CD_OS_VERSION)
|
$(cd_echo CD_OS_ID CD_OS_VERSION)
|
||||||
|
|
||||||
|
CD_STEP = $((CD_STEP+1))
|
||||||
"
|
"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue