change to $PWD

This commit is contained in:
Your Name 2021-05-29 19:25:20 +00:00
parent a8c97ab63d
commit bb6e87c32a
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ PATH=$PWD/chromium/src/third_party/llvm-build/Release+Asserts/bin:$PWD/depot_too
cd chromium/src
echo -e ${RED} -------- gn gen ${NC}
gn gen --args="$(cat ~/bromite/build/GN_ARGS) target_cpu=\"x86\" use_goma=true goma_dir=\"$PWD/goma\" " out/x86
gn gen --args="$(cat $PWD/bromite/build/GN_ARGS) target_cpu=\"x86\" use_goma=true goma_dir=\"$PWD/goma\" " out/x86
echo -e ${RED} -------- checking prebuild ${NC}
rm out.$GITHUB_SHA.tar.gz