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 212fe17 commit 68f8485Copy full SHA for 68f8485
scripts/build_and_check.sh
@@ -49,7 +49,7 @@ pip3 install ar
49
export PYTHONPATH="$(pwd)/third_party/micropython/tools${PYTHONPATH:+:$PYTHONPATH}"
50
51
# Build micropython cross compiler
52
-pushd MICROPYTHON_PATH >/dev/null
+pushd "$MICROPYTHON_PATH" >/dev/null
53
make -C mpy-cross V=1 clean all
54
popd >/dev/null
55
0 commit comments