We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a84d4da commit f1d35f7Copy full SHA for f1d35f7
1 file changed
build/build-native.sh dev/mvn-build-helper/build-native.shbuild/build-native.sh renamed to dev/mvn-build-helper/build-native.sh
@@ -5,7 +5,7 @@ set -e
5
# Preserve the calling directory
6
_CALLING_DIR="$(pwd)"
7
8
-PROJECT_DIR="$(cd "`dirname "$0"`/.."; pwd)"
+PROJECT_DIR="$(cd "`dirname "$0"`/../.."; pwd)"
9
cd "$PROJECT_DIR"
10
11
profile="$1"
0 commit comments