step/escape
This commit is contained in:
parent
76937bc1bf
commit
2500654681
1 changed files with 1 additions and 1 deletions
|
@ -874,7 +874,7 @@ spcd_step() {
|
||||||
if [ -n "${1}" ]; then
|
if [ -n "${1}" ]; then
|
||||||
spcd_step__prefix="SPCD_STEP_${SPCD_STEP_LEVEL}"
|
spcd_step__prefix="SPCD_STEP_${SPCD_STEP_LEVEL}"
|
||||||
spcd_step__index="${spcd_step__prefix}_INDEX"
|
spcd_step__index="${spcd_step__prefix}_INDEX"
|
||||||
eval "${spcd_step__index}=$((${spcd_step__index} + 1))"
|
eval "${spcd_step__index}=\$((${spcd_step__index} + 1))"
|
||||||
eval "${spcd_step__prefix}_LABEL=\"${1}\""
|
eval "${spcd_step__prefix}_LABEL=\"${1}\""
|
||||||
spcd_banner
|
spcd_banner
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue