We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e10da77 commit cc8c088Copy full SHA for cc8c088
1 file changed
tools/pip-micropython
@@ -12,7 +12,7 @@ if [ "$1" != "install" ]; then
12
fi
13
shift
14
15
-if [ -n "$TMPDIR" ]; then
+if [ -z "$TMPDIR" ]; then
16
TMPDIR=/tmp
17
18
TMPVENV="$TMPDIR/pip-micropy-venv"
0 commit comments