1
0
Fork 0

Fix code style

This commit is contained in:
Braiden Vasco 2017-07-02 16:00:34 +00:00
parent 9e7ad2d694
commit 1ddbdcbc80

View file

@ -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