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 67a9989 commit e0a0d01Copy full SHA for e0a0d01
plugins/envsetup
@@ -25,7 +25,7 @@
25
26
export ROOT_DIR
27
28
-if [ -z ENABLE_USER_SETUP ]; then
+if [ -z $ENABLE_USER_SETUP ]; then
29
export ENABLE_USER_SETUP=false
30
fi
31
0 commit comments