Skip to content

Commit

Permalink
Merge pull request #315 from metafacture/flux-bat
Browse files Browse the repository at this point in the history
Fix flux.bat for running on Windows
  • Loading branch information
dr0i authored Feb 27, 2020
2 parents 3c9998c + 856d528 commit 804e76a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metafacture-runner/src/main/scripts/flux.bat
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ REM default we make sure that it can always be substituted.
IF "x%FLUX_JAVA_OPTIONS%" == "x" (
REM The space character at the end of the following
REM line is important and must not be removed:
SET FLUX_JAVA_OPTIONS=
SET FLUX_JAVA_OPTIONS=
)
FOR /F "tokens=1,* delims==" %%I IN ('SET') DO (
SET JAVA_OPTS=!JAVA_OPTS:$%%I=%%J!
Expand Down

0 comments on commit 804e76a

Please sign in to comment.