diff options
| author | lhchavez <[email protected]> | 2020-02-12 16:57:53 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-02-12 16:57:53 -0800 |
| commit | aa802a90db35ddbecd8323910595de5bac040ba0 (patch) | |
| tree | 5533796ef781d2be0f2234529aeb109e2527cb66 /script | |
| parent | e2d039017f081df01ae01fa35e9c4c679e7cf5f3 (diff) | |
| parent | 13090d85b44a9ff5f5781f28ef1807fbc6ecb864 (diff) | |
Merge pull request #503 from jonEbird/static-build-script-cleanup
script/build-libgit2-static.sh: correctly set ROOT
Diffstat (limited to 'script')
| -rwxr-xr-x | script/build-libgit2-static.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/build-libgit2-static.sh b/script/build-libgit2-static.sh index 096c5c6..26efc8e 100755 --- a/script/build-libgit2-static.sh +++ b/script/build-libgit2-static.sh @@ -2,7 +2,7 @@ set -ex -ROOT="$(cd "$0/../.." && echo "${PWD}")" +ROOT="$(cd "$(dirname "$0")/.." && echo "${PWD}")" BUILD_PATH="${ROOT}/static-build" VENDORED_PATH="${ROOT}/vendor/libgit2" |
