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.
2 parents 3c9998c + 856d528 commit 804e76aCopy full SHA for 804e76a
metafacture-runner/src/main/scripts/flux.bat
@@ -55,7 +55,7 @@ REM default we make sure that it can always be substituted.
55
IF "x%FLUX_JAVA_OPTIONS%" == "x" (
56
REM The space character at the end of the following
57
REM line is important and must not be removed:
58
- SET FLUX_JAVA_OPTIONS=
+ SET FLUX_JAVA_OPTIONS=
59
)
60
FOR /F "tokens=1,* delims==" %%I IN ('SET') DO (
61
SET JAVA_OPTS=!JAVA_OPTS:$%%I=%%J!
0 commit comments