Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

More quoting issues #48

Description

@steve-in-ont

Statements starting with:
if [ -z ${JAVACMD} ]
... will fail if the Java command path contains spaces. This should probably be changed to:
if [ -z "${JAVACMD}" ]
I count four such statements in the version 2.1.0 release.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions