1
0
Fork 0

Relace pushd/popd with cd

This commit is contained in:
Braiden Vasco 2017-07-03 06:29:08 +00:00
parent 24a7fa63e5
commit e55b3ba7db
1 changed files with 1 additions and 3 deletions

View File

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