From e55b3ba7db0e3eea29c42718e939458fb7205d32 Mon Sep 17 00:00:00 2001 From: Braiden Vasco Date: Mon, 3 Jul 2017 06:29:08 +0000 Subject: [PATCH] Relace pushd/popd with cd --- build.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 95cb985..ae0f9fe 100755 --- a/build.sh +++ b/build.sh @@ -39,8 +39,6 @@ mkdir -p "$MOUNT_DIR" local SUB_STAGE_DIR="$BASE_DIR/stage0/00-substage" -pushd "$SUB_STAGE_DIR" > /dev/null +cd "$SUB_STAGE_DIR" "$SUB_STAGE_DIR/00-run.sh" - -popd > /dev/null