Skip to content

Commit 181c035

Browse files
authored
Fixed jenv use on cmd
Those extra spaces were causing a problem with setting the environment variable.
1 parent 3c4ddcd commit 181c035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenv.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if exist jenv.use.tmp (
3737
if "%%x" == "remove" (
3838
set "JENVUSE="
3939
) ELSE (
40-
set JENVUSE=%%x
40+
set JENVUSE=%%x
4141
)
4242

4343
)

0 commit comments

Comments
 (0)