Merge pull request #503 from jonEbird/static-build-script-cleanup

script/build-libgit2-static.sh: correctly set ROOT

(cherry picked from commit aa802a90db)
This commit is contained in:
lhchavez 2020-02-12 16:57:53 -08:00
parent e888805c2b
commit 61fdd76c76
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
set -ex set -ex
ROOT="$(cd "$0/../.." && echo "${PWD}")" ROOT="$(cd "$(dirname "$0")/.." && echo "${PWD}")"
BUILD_PATH="${ROOT}/static-build" BUILD_PATH="${ROOT}/static-build"
VENDORED_PATH="${ROOT}/vendor/libgit2" VENDORED_PATH="${ROOT}/vendor/libgit2"