Skip to content
This repository has been archived by the owner on Mar 14, 2019. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/leafgray/HouseMD into sup…
Browse files Browse the repository at this point in the history
…port-windows
  • Loading branch information
zhongl committed Sep 8, 2012
2 parents e2cb716 + cb67093 commit f5833da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/housemd.bat
Expand Up @@ -12,7 +12,7 @@ if not exist logs (mkdir logs)

set TOOL_JAR=%JAVA_HOME%\lib\tools.jar
if exist %TOOL_JAR% (set BOOT_CLASSPATH=-Xbootclasspath/a:%TOOL_JAR%)
%JAVA_HOME%\bin\java %BOOT_CLASSPATH% -jar %~dp0housemd.jar %*
%JAVA_HOME%\bin\java -Djline.terminal=jline.UnsupportedTerminal %BOOT_CLASSPATH% -jar %~dp0housemd.jar %*

:end
rem do nothing.

0 comments on commit f5833da

Please sign in to comment.