Details
Description
Some UIMA shell scripts do not handle parameters to files that have spaces in their name. For example:
cvd.sh -desc /some/path with spaces/desc.xml
This command fails as the parameter file path with spaces is not escaped.
Changing $* to "$@" in shell scripts fixed the issue.