We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2d0390 + 13090d8 commit aa802a9Copy full SHA for aa802a9
1 file changed
script/build-libgit2-static.sh
@@ -2,7 +2,7 @@
2
3
set -ex
4
5
-ROOT="$(cd "$0/../.." && echo "${PWD}")"
+ROOT="$(cd "$(dirname "$0")/.." && echo "${PWD}")"
6
BUILD_PATH="${ROOT}/static-build"
7
VENDORED_PATH="${ROOT}/vendor/libgit2"
8
0 commit comments