print/
This commit is contained in:
parent
07f7b5830c
commit
24e784437f
1 changed files with 1 additions and 1 deletions
|
@ -353,7 +353,7 @@ spcd_step__environment_defaults_print() {
|
|||
"URL_UBUNTU"
|
||||
for spcd_step_edp__item in "${@}"; do
|
||||
spcd_step_edp__name="SPCD_${spcd_step_edp__item}"
|
||||
eval "spcd_step_edp__value=\${${spcd_step_edp__name}}"
|
||||
eval "spcd_step_edp__value=\"\${${spcd_step_edp__name}}\""
|
||||
if [ -n "${spcd_step_edp__value}" ]; then
|
||||
spcd_os_printenv "${spcd_step_edp__name}"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue