Fix code style
This commit is contained in:
parent
1856c4cf74
commit
dc022f7507
1 changed files with 2 additions and 2 deletions
4
build.sh
4
build.sh
|
@ -42,8 +42,8 @@ run_sub_stage() {
|
|||
log "Begin ${SUB_STAGE_DIR}"
|
||||
pushd ${SUB_STAGE_DIR} > /dev/null
|
||||
for i in {00..99}; do
|
||||
run_debconf "${SUB_STAGE_DIR}/${i}-debconf"
|
||||
run_packages_nr "${SUB_STAGE_DIR}/${i}-packages-nr"
|
||||
run_debconf "$SUB_STAGE_DIR/$i-debconf"
|
||||
run_packages_nr "$SUB_STAGE_DIR/$i-packages-nr"
|
||||
|
||||
if [ -f ${i}-packages ]; then
|
||||
log "Begin ${SUB_STAGE_DIR}/${i}-packages"
|
||||
|
|
Reference in a new issue