Skip to content

Commit

Permalink
Convert the original pwd to windows style when on cygwin.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtyaka authored and technomancy committed Nov 20, 2010
1 parent cb51f6e commit 6b14ccd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/lein
Expand Up @@ -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
Expand Down

0 comments on commit 6b14ccd

Please sign in to comment.