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

@steve-in-ont

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.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions