[ 
https://issues.apache.org/jira/browse/UIMA-1883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12914575#action_12914575
 ] 

Marshall Schor commented on UIMA-1883:
--------------------------------------

A brief investigation seems to indicate this would be OK for bash (bourne) 
shell and for korn shell, but wouldn't work for c-shell.  Is there a more 
universal "fix" for this?  Is there a bit of universal script we could use to 
verify this would work in the particular shell being used, and if not, "fall 
back" on the other approach?

> UIMA shell scripts (e.g. cvd.sh) do not support space in filenames
> ------------------------------------------------------------------
>
>                 Key: UIMA-1883
>                 URL: https://issues.apache.org/jira/browse/UIMA-1883
>             Project: UIMA
>          Issue Type: Bug
>    Affects Versions: 2.3
>         Environment: Ubuntu Linux (Bash), OpenJDK 1.6
>            Reporter: Bevan Koopman
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to