修改快速运行构建环境脚本

This commit is contained in:
jingjingxyk 2023-04-22 11:20:36 +08:00
parent ea40d25125
commit e4de37708b
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ __DIR__=$(
pwd
)
__PROJECT__=$(
cd ${__DIR__}/../
cd ${__DIR__}/../../../
pwd
)
cd ${__PROJECT__}

View File

@ -6,7 +6,7 @@ __DIR__=$(
pwd
)
__PROJECT__=$(
cd ${__DIR__}/../
cd ${__DIR__}/../../../
pwd
)
cd ${__PROJECT__}

View File

@ -6,7 +6,7 @@ __DIR__=$(
pwd
)
__PROJECT__=$(
cd ${__DIR__}/../
cd ${__DIR__}/../../../
pwd
)
cd ${__PROJECT__}