shfmt
This commit is contained in:
parent
1093ec0c86
commit
83f4d7d3b7
1 changed files with 5 additions and 5 deletions
10
spcd.sh
10
spcd.sh
|
@ -977,11 +977,11 @@ spcd_step() {
|
|||
spcd_substep() {
|
||||
SPCD_SUBSTEP=$((SPCD_SUBSTEP + 1))
|
||||
spcd_banner \
|
||||
"${SPCD_STEP}.${SPCD_SUBSTEP}" \
|
||||
"${SPCD_VERT}" \
|
||||
"${SPCD_STEP_TEXT}" \
|
||||
"${SPCD_VERT}" \
|
||||
"${*}"
|
||||
"${SPCD_STEP}.${SPCD_SUBSTEP}" \
|
||||
"${SPCD_VERT}" \
|
||||
"${SPCD_STEP_TEXT}" \
|
||||
"${SPCD_VERT}" \
|
||||
"${*}"
|
||||
}
|
||||
|
||||
spcd_write() {
|
||||
|
|
Loading…
Reference in a new issue