Convert the original pwd to windows style when on cygwin.

This commit is contained in:
Matjaz Gregoric 2010-11-19 18:48:02 +01:00 committed by Phil Hagelberg
parent cb51f6eb09
commit 6b14ccd6bd

View file

@ -134,6 +134,7 @@ else
if [ "$OSTYPE" = "cygwin" ]; then
# When running on Cygwin, use Windows-style paths for java
CLOJURE_JAR=`cygpath -w "$CLOJURE_JAR"`
ORIGINAL_PWD=`cygpath -w "$ORIGINAL_PWD"`
CLASSPATH=`cygpath -wp "$CLASSPATH"`
NULL_DEVICE=NUL
fi