Skip to content

Commit

Permalink
fixed when spaces in windows pathname
Browse files Browse the repository at this point in the history
djpowell committed Oct 19, 2009
1 parent 3071c1f commit 8739891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liverepl.bat
Original file line number Diff line number Diff line change
@@ -5,4 +5,4 @@ set JDK_HOME=c:\jdk
set LIVEREPL_HOME=%~dp0
set CLOJURE_JAR=%LIVEREPL_HOME%\clojure.jar

%JDK_HOME%\bin\java -cp %LIVEREPL_HOME%\liverepl-agent.jar;%JDK_HOME%\lib\tools.jar net.djpowell.liverepl.client.Main "%CLOJURE_JAR%" "%LIVEREPL_HOME%\liverepl-agent.jar" "%LIVEREPL_HOME%\liverepl-server.jar" %1
"%JDK_HOME%\bin\java" -cp "%LIVEREPL_HOME%\liverepl-agent.jar";"%JDK_HOME%\lib\tools.jar" net.djpowell.liverepl.client.Main "%CLOJURE_JAR%" "%LIVEREPL_HOME%\liverepl-agent.jar" "%LIVEREPL_HOME%\liverepl-server.jar" %1

0 comments on commit 8739891

Please sign in to comment.