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

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

View File

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

View File

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

View File

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