Skip to content

Commit

Permalink
Wrap PLAY_OPTS in %ENV_VAR%
Browse files Browse the repository at this point in the history
  • Loading branch information
wsargent committed Jul 3, 2013
1 parent 18f9cfc commit 9da1647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion play.bat
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if exist "conf\reference.conf" goto existingApplication
if exist "project" goto existingApplication

:noApplication
java -Dsbt.ivy.home="%~dp0repository" -Dplay.home="%~dp0framework" -Dsbt.boot.properties="%fp%framework/sbt/play.boot.properties" %PLAY_OPTS -jar "%~dp0framework\sbt\sbt-launch.jar" %*
java -Dsbt.ivy.home="%~dp0repository" -Dplay.home="%~dp0framework" -Dsbt.boot.properties="%fp%framework/sbt/play.boot.properties" %PLAY_OPTS% -jar "%~dp0framework\sbt\sbt-launch.jar" %*

goto end

Expand Down

0 comments on commit 9da1647

Please sign in to comment.