Merge pull request #576 from Borkdude/master

Quotes.
This commit is contained in:
Michael Klishin 2012-05-12 09:03:16 -07:00
commit a4ea74a8b7

View file

@ -42,8 +42,8 @@ if exist "%~dp0..\src\leiningen" (
set CLASSPATH=!LEIN_LIBS!!LEIN_ROOT!\leiningen-core\src;!LEIN_ROOT!\leiningen-core\test;!LEIN_ROOT!\src;!LEIN_ROOT!\resources set CLASSPATH=!LEIN_LIBS!!LEIN_ROOT!\leiningen-core\src;!LEIN_ROOT!\leiningen-core\test;!LEIN_ROOT!\src;!LEIN_ROOT!\resources
:: Apply context specific CLASSPATH entries :: Apply context specific CLASSPATH entries
if exist %~dp0..\.lein-classpath ( if exist "%~dp0..\.lein-classpath" (
set /P CONTEXT_CP=< %~dp0..\.lein-classpath set /P CONTEXT_CP=< "%~dp0..\.lein-classpath"
if NOT "x!CONTEXT_CP!"=="x" ( if NOT "x!CONTEXT_CP!"=="x" (
set CLASSPATH=!CONTEXT_CP!;!CLASSPATH! set CLASSPATH=!CONTEXT_CP!;!CLASSPATH!