print/defined,effective
This commit is contained in:
parent
8fdb29fae3
commit
ba1e93eac5
1 changed files with 2 additions and 1 deletions
|
@ -331,7 +331,6 @@ SPCD_PM_ZYPPER="zypper"
|
|||
# ╰──────┴─────────────╯
|
||||
|
||||
spcd_step__environment_defaults_print() {
|
||||
spcd_step "Print"
|
||||
set -- \
|
||||
\
|
||||
"CMD_SUM" \
|
||||
|
@ -1297,8 +1296,10 @@ spcd_main() {
|
|||
# environment
|
||||
spcd_step_in "Environment"
|
||||
spcd_step_in "Defaults"
|
||||
spcd_step "Print defined"
|
||||
spcd_step__environment_defaults_print
|
||||
spcd_step__environment_defaults_set
|
||||
spcd_step "Print effective"
|
||||
spcd_step__environment_defaults_print
|
||||
spcd_step_out
|
||||
spcd_step__environment_set_variables
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue