Skip to content

Commit e0a0d01

Browse files
fix variable
1 parent 67a9989 commit e0a0d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/envsetup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
export ROOT_DIR
2727

28-
if [ -z ENABLE_USER_SETUP ]; then
28+
if [ -z $ENABLE_USER_SETUP ]; then
2929
export ENABLE_USER_SETUP=false
3030
fi
3131

0 commit comments

Comments
 (0)