diff options
| author | lhchavez <[email protected]> | 2020-02-13 02:50:31 +0000 |
|---|---|---|
| committer | lhchavez <[email protected]> | 2020-02-13 02:50:31 +0000 |
| commit | 150a8c60169ee69f4a869acbc10dbe097274605a (patch) | |
| tree | ccadf6203e85d60bfa8d6221dd94ff470f9a66f3 /script | |
| parent | b201c503ab5788b2ce5511fa75792127e27e254c (diff) | |
| parent | 75c5e41422f224a6fde40903c4af4cf1afbd2d46 (diff) | |
Merge remote-tracking branch 'origin/master' into actions
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" |
