e/set
This commit is contained in:
parent
94afae0ce3
commit
8e56f25ade
1 changed files with 2 additions and 2 deletions
|
@ -431,7 +431,7 @@ spcd_e_default() {
|
||||||
SPCD_URL_UBUNTU="https://ubuntu.mirrors.ovh.net/ubuntu"
|
SPCD_URL_UBUNTU="https://ubuntu.mirrors.ovh.net/ubuntu"
|
||||||
}
|
}
|
||||||
|
|
||||||
spcd_step__environment_set_variables() {
|
spcd_e_set() {
|
||||||
spcd_step "Set variables"
|
spcd_step "Set variables"
|
||||||
# check script first
|
# check script first
|
||||||
[ -n "${SPCD}" ] || spcd_error_ci "SPCD"
|
[ -n "${SPCD}" ] || spcd_error_ci "SPCD"
|
||||||
|
@ -1566,7 +1566,7 @@ spcd_main() {
|
||||||
spcd_step "Print effective"
|
spcd_step "Print effective"
|
||||||
spcd_f_env_list
|
spcd_f_env_list
|
||||||
spcd_step_out
|
spcd_step_out
|
||||||
spcd_step__environment_set_variables
|
spcd_e_set
|
||||||
spcd_step "List workspace"
|
spcd_step "List workspace"
|
||||||
spcd_f_env_workspace
|
spcd_f_env_workspace
|
||||||
spcd_step_out
|
spcd_step_out
|
||||||
|
|
Loading…
Reference in a new issue