chainsaw icon indicating copy to clipboard operation
chainsaw copied to clipboard

generated unix start script does not work properly on Cygwin

Open Vampire opened this issue 7 years ago • 0 comments

As the CLASSPATH is empty now, line 117 which is

    CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`

fails with cygpath: can't convert empty path

Vampire avatar Mar 09 '18 17:03 Vampire