ghc-android icon indicating copy to clipboard operation
ghc-android copied to clipboard

Build script is a bit too tricky because of "pushd"/"popd"

Open vi opened this issue 11 years ago • 0 comments

Build script uses pushd/popd a lot.

It confuses, you need to balance pushd/popd...

There is alternative:

( cd "$directory"
)

The code in in () have separate current directory.

Is it an early version of the script?

When something fails and I restart the script I see different error message... Also it clones the same git repositories multiple times...

vi avatar Sep 16 '13 18:09 vi