Skip to content

Commit aa802a9

Browse files
authored
Merge pull request #503 from jonEbird/static-build-script-cleanup
script/build-libgit2-static.sh: correctly set ROOT
2 parents e2d0390 + 13090d8 commit aa802a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/build-libgit2-static.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -ex
44

5-
ROOT="$(cd "$0/../.." && echo "${PWD}")"
5+
ROOT="$(cd "$(dirname "$0")/.." && echo "${PWD}")"
66
BUILD_PATH="${ROOT}/static-build"
77
VENDORED_PATH="${ROOT}/vendor/libgit2"
88

0 commit comments

Comments
 (0)