OpenSearch/distribution
Lee Hinman 3b0b05f6cd Don't surround -Xloggc log filename with quotes
The `-Xloggc:filename.log` parameter has very strict filename semantics:

```
[A-Z][a-z][0-9]-_.%[p|t]
```

Our script specifies \" and \" to surround it, which makes Java think we
are sending: -Xloggc:"foo.log" and it fails with:

```
Invalid file name for use with -Xloggc: Filename can only contain the characters [A-Z][a-z][0-9]-_.%[p|t] but it has been "foo.log"
Note %p or %t can only be used once
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
```

We can't quote this, and we should not need to since the valid
characters don't include a space character, so we don't need to worry
about quoting.

Resolves #13277
2015-09-02 16:45:46 -06:00
..
deb [maven] rename maven names / ids for distribution modules 2015-08-18 13:38:49 +02:00
fully-loaded [maven] rename maven names / ids for distribution modules 2015-08-18 13:38:49 +02:00
licenses Update joda-time to 2.8.2 2015-08-25 10:51:24 +02:00
rpm [maven] rename maven names / ids for distribution modules 2015-08-18 13:38:49 +02:00
shaded [maven] rename maven names / ids for distribution modules 2015-08-18 13:38:49 +02:00
src/main Don't surround -Xloggc log filename with quotes 2015-09-02 16:45:46 -06:00
tar [maven] rename maven names / ids for distribution modules 2015-08-18 13:38:49 +02:00
zip [maven] rename maven names / ids for distribution modules 2015-08-18 13:38:49 +02:00
pom.xml Fix importing into eclipse 2015-08-21 13:36:26 -07:00