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

Merged
jonEbird merged 1 commits from static-build-script-cleanup into master 2020-02-12 18:57:54 -06:00
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"