step into
This commit is contained in:
parent
2ac2c86d2c
commit
8a4a5f081f
1 changed files with 1 additions and 0 deletions
|
@ -881,6 +881,7 @@ spcd_step() {
|
||||||
}
|
}
|
||||||
|
|
||||||
spcd_step_in() {
|
spcd_step_in() {
|
||||||
|
[ -n "${1}" ] && spcd_step "${1}"
|
||||||
SPCD_STEP_LEVEL=$((SPCD_STEP_LEVEL + 1))
|
SPCD_STEP_LEVEL=$((SPCD_STEP_LEVEL + 1))
|
||||||
spcd_step_wipe
|
spcd_step_wipe
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue