Skip to content

Commit 61ce233

Browse files
style(shellcheck): fix shellcheck errors (#120)
1 parent fbc833e commit 61ce233

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

build.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
set -e
55

66
# Set the NXDK_DIR environment variable
7-
export NXDK_DIR="$(pwd)/third-party/nxdk"
7+
NXDK_DIR="$(pwd)/third-party/nxdk"
8+
export NXDK_DIR
89

910
# Activate the nxdk environment
10-
eval "$(${NXDK_DIR}/bin/activate -s)"
11+
eval "$("${NXDK_DIR}/bin/activate" -s)"
1112

1213
# Navigate to the nxdk directory
1314
cd "${NXDK_DIR}"

0 commit comments

Comments
 (0)