We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc833e commit 61ce233Copy full SHA for 61ce233
1 file changed
build.sh
@@ -4,10 +4,11 @@
4
set -e
5
6
# Set the NXDK_DIR environment variable
7
-export NXDK_DIR="$(pwd)/third-party/nxdk"
+NXDK_DIR="$(pwd)/third-party/nxdk"
8
+export NXDK_DIR
9
10
# Activate the nxdk environment
-eval "$(${NXDK_DIR}/bin/activate -s)"
11
+eval "$("${NXDK_DIR}/bin/activate" -s)"
12
13
# Navigate to the nxdk directory
14
cd "${NXDK_DIR}"
0 commit comments