From adbd835a6593cd6b0538b6475dac9a743304c113 Mon Sep 17 00:00:00 2001 From: Braiden Vasco Date: Sun, 2 Jul 2017 16:01:54 +0000 Subject: [PATCH] Fix code style --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 9893a7e..48d0d7b 100755 --- a/build.sh +++ b/build.sh @@ -74,7 +74,7 @@ run_stage() { STAGE_WORK_DIR="$WORK_DIR/$STAGE" ROOTFS_DIR="$STAGE_WORK_DIR/rootfs" - unmount "$WORK_DIR/$STAGE" + unmount "$STAGE_WORK_DIR" for SUB_STAGE_DIR in $STAGE_DIR/*; do if [ -d "$SUB_STAGE_DIR" ]; then @@ -82,7 +82,7 @@ run_stage() { fi done - unmount "$WORK_DIR/$STAGE" + unmount "$STAGE_WORK_DIR" popd > /dev/null log_end "$STAGE_DIR"