Fix code style
This commit is contained in:
parent
9e7ad2d694
commit
1ddbdcbc80
1 changed files with 2 additions and 2 deletions
4
build.sh
4
build.sh
|
@ -76,8 +76,8 @@ run_stage() {
|
|||
|
||||
unmount "$WORK_DIR/$STAGE"
|
||||
|
||||
for SUB_STAGE_DIR in ${STAGE_DIR}/*; do
|
||||
if [ -d ${SUB_STAGE_DIR} ]; then
|
||||
for SUB_STAGE_DIR in $STAGE_DIR/*; do
|
||||
if [ -d "$SUB_STAGE_DIR" ]; then
|
||||
run_sub_stage
|
||||
fi
|
||||
done
|
||||
|
|
Reference in a new issue