File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 17
17
* .bat eol =crlf
18
18
* .sh eol =lf
19
19
20
+ # The batch script can only handle the config
21
+ # properly if it uses crlf as end-of-line marker:
22
+ src /main /config /java-options.conf eol =crlf
23
+
20
24
# Denote all files that are truly binary and should not be modified:
21
25
* .bz2 binary
22
26
* .bzip2 binary
23
27
* .gz binary
24
28
* .gzip binary
25
- * .xz binary
29
+ * .xz binary
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ IF "x%FLUX_JAVA_BIN%" == "x" (
11
11
SET FLUX_JAVA_BIN = java
12
12
)
13
13
14
- SET JAVA_OPTS_FILE = " %METAFACTURE_HOME% / config/ java-options.conf"
14
+ SET JAVA_OPTS_FILE = " %METAFACTURE_HOME% \ config\ java-options.conf"
15
15
SET JAR_FILE = " %METAFACTURE_HOME% ${project.build.finalName}.jar"
16
16
17
17
REM Read JVM options from configuration file. Lines starting
You can’t perform that action at this time.
0 commit comments