[ https://issues.apache.org/jira/browse/KARAF-4814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15632326#comment-15632326 ]
Terrien Jean-Yves commented on KARAF-4814: ------------------------------------------ I suggest using $(shell comand) instead of `shell command` like KARAF_BASE=$(cygpath --path --windows "$KARAF_BASE") KARAF_DATA=$(cygpath --path --windows "$KARAF_DATA") KARAF_ETC=$(cygpath --path --windows "$KARAF_ETC") if [ ! -z "$CLASSPATH" ]; then CLASSPATH=$(cygpath --path --windows "$CLASSPATH") fi > Special character in stop script > -------------------------------- > > Key: KARAF-4814 > URL: https://issues.apache.org/jira/browse/KARAF-4814 > Project: Karaf > Issue Type: Bug > Affects Versions: 4.0.7 > Reporter: Lars Kiesow > Priority: Minor > Fix For: 4.0.8 > > > The stop script contains an ` ` for what should be a regular space. -- This message was sent by Atlassian JIRA (v6.3.4#6332)