swartik opened a new issue, #1336: URL: https://github.com/apache/jena/issues/1336
In version 4.5.0 of Apache Jena Fuseki, line 117 is: ```shell exec "$JAVA" $JVM_ARGS $LOGGING -cp "$CP" org.apache.jena.fuseki.cmd.FusekiCmd "$@" ``` `$LOGGING` is set using `$FUSEKI_HOME`. I define the `FUSEKI_HOME` variable in my environment. It has an embedded space. Consequently, the `fuseki-server` script expands the `LOGGING` variable into multiple arguments. Java doesn't parse the arguments as the script intends. Can/should `$LOGGING` be surrounded in double quotes? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
