Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support executing kse.sh with spaces in JAVA_OPTIONS #482

Closed
wants to merge 1 commit into from
Closed

Support executing kse.sh with spaces in JAVA_OPTIONS #482

wants to merge 1 commit into from

Conversation

dadaewq
Copy link
Contributor

@dadaewq dadaewq commented Feb 23, 2024

No description provided.

Copy link
Owner

@kaikramer kaikramer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR

@@ -37,5 +37,5 @@ JAVA_OPTIONS="-splash:${SCRIPT_DIR}/splash.png"
if [ -d "${SCRIPT_DIR}/jre" ]; then
"${SCRIPT_DIR}/jre/bin/java" ${JAVA_OPTIONS} -jar "${JAR_FILE}" "$@"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The double quotes should be around JAVA_OPTIONS here as well then or am I missing something?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I overlooked this line. Thanks

@kaikramer kaikramer changed the title Support executing kse.sh in the path with spaces Support executing kse.sh with spaces in JAVA_OPTIONS Feb 24, 2024
@dadaewq dadaewq closed this by deleting the head repository Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants